On Sat, 28 May 2011 23:17:31 -0700, "Nasser M. Abbasi" <>
wrote, quoted or indirectly quoted someone who said :
>I do not know anything about Andriod version of Java. But if one
>writes an Andriod application, can one take the Java source code
>and compile it with Java (the standard Java) and run it on say
>window 7 or linux or the mac?
The big problem is the UI is quite different. Android does not
support anything that looks like AWT or Swing.
I would imagine somebody eventually ports the Android UI to standard
java so you can run Android apps there. Going the other way would be
difficult since there is only 1 GB of RAM to play with.
--
Roedy Green Canadian Mind Products
http://mindprod.com
How long did it take after the car was invented before owners understood
cars would not work unless you regularly changed the oil and the tires?
We have gone 33 years and still it is rare to uncover a user who
understands computers don't work without regular backups.