On Mon, May 4, 2009 at 11:05 PM, Todd Volkert <[email protected]> wrote: > 1) It looks like J2ME has its own drawing API, distinct from Java2D > (http://developers.sun.com/mobility/midp/articles/s2dvg/index.html). > This is a big deal, since Java2D is core to Pivot. We'd not only need > a new theme with complete skins that used the other graphics API, but > we'd need to abstract away the java.awt.Graphics2D objects that we > deal in in a way that'd let us swap out graphics implementations on > the fly. > > 2) J2ME doesn't have the AWT component classes either, so our display > host system, which site on top of AWT components, would have to be > abstracted away as well. > > This would be a big job, but like I said before, if we could make > Pivot's story be "write your application once, and run it on the > desktop, in the browser, or on a mobile device".... daaaamn.
And for Android you would need; file:///Users/niclas/Applications/android-sdk-mac_x86-1.5_r1/docs/reference/android/graphics/package-summary.html Cheers -- Niclas Hedhman, Software Developer http://www.qi4j.org - New Energy for Java I live here; http://tinyurl.com/2qq9er I work here; http://tinyurl.com/2ymelc I relax here; http://tinyurl.com/2cgsug
