Say I want to build an application that will run on as many Java supported mobile phones as possible, and I would for example use Java ME to program this. If I then want to port my code to Android, or JavaFX ME, or other Java languages, would I then have to completely rewrite my code for all of those languages, or would it be possible to make some generic Java code, and make wrappers for each language, so I can run it on those mobile phones?
I am not sure of just how much different those languages are from each other, hence my question. The application I have in mind, is not really complex, and it doesn't really require any GUI, it does require access to the internet, specifically a server I plan on setting up, for the application to communicate with. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

