[android-developers] Re: Convert a J2ME project to Android project

2011-03-15 Thread Indicator Veritatis
There is no cut-and-dried procedure to do this. You have to replace all the J2ME APIs and packages with their Android Java equivalents -- when they exist. When they don't, you have to rewrite Java code. Then there is the project management stuff, such as the placement of resources, JARs and XML fi

[android-developers] Re: Convert a J2ME project to Android project

2011-03-15 Thread Brill Pappin
I don't think your going to simply be able to convert a J2ME project to an Android project. They are simply too different in how they work. All your internal logic will still be valid although your going to have to port it... if your lucky, you used good OOP practices and your logic is not emb

Re: [android-developers] Re: Convert a J2ME project to Android project

2011-03-15 Thread Brill Pappin
You know, that's the kind of thing that would take you two seconds to find out for yourself. Here is a link: http://tinyurl.com/6y8nqpj - Brill Pappin -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to a

Re: [android-developers] Re: Convert a J2ME project to Android project

2011-03-15 Thread Robin Talwar
What is maven ? On 15 Mar 2011 22:23, "Adrian Vintu" wrote: > You can try > http://microemu.blogspot.com/2009/08/converting-javame-applications-to.html > > It's free and works pretty good. > > BR, > Adrian Vintu > http://adrianvintu.com > > > On Tue, Mar 15, 2011 at 3:37 PM, michal.g...@gmail.com

Re: [android-developers] Re: Convert a J2ME project to Android project

2011-03-15 Thread Adrian Vintu
You can try http://microemu.blogspot.com/2009/08/converting-javame-applications-to.html It's free and works pretty good. BR, Adrian Vintu http://adrianvintu.com On Tue, Mar 15, 2011 at 3:37 PM, michal.g...@gmail.com < michal.g...@gmail.com> wrote: > Converting J2ME to Android is not a trivial

[android-developers] Re: Convert a J2ME project to Android project

2011-03-15 Thread michal.g...@gmail.com
Converting J2ME to Android is not a trivial task. UpOnTek spent months to develop a service that converts J2ME to Android - in addtion to the automatic conversion our engineers provide optimization tops. Take a look at our website for more information. Thanks, Michal On Mar 15, 6:43 am, Huynh Ng