[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 files; this is all quite different from J2ME.
But it should be easier, since there was no equivalent of Android's
XML files in J2ME. And both understand Ant, though you would have to
rewrite your J2ME Ant somewhat to fit the Java Android SDK model.

On Mar 14, 9:43 pm, Huynh Ngoc Bang  wrote:
> Hii all Developers
> I would like to ask you. How to convert a J2ME project to Android
> project.
> Please help me show step by step I can convert them.
> Thanks so much!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 
embedded in the UI.

IMO, the best thing to do would be to start over, using what you can from 
the old j2me project.

- 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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 <
> michal.g...@gmail.com> wrote:
>
>> 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 Ngoc Bang  wrote:
>> > Hii all Developers
>> > I would like to ask you. How to convert a J2ME project to Android
>> > project.
>> > Please help me show step by step I can convert them.
>> > Thanks so much!
>>
>> --
>> You received this message because you are subscribed to the Google
>> Groups "Android Developers" group.
>> To post to this group, send email to android-developers@googlegroups.com
>> To unsubscribe from this group, send email to
>> android-developers+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/android-developers?hl=en
>>
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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 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 Ngoc Bang  wrote:
> > Hii all Developers
> > I would like to ask you. How to convert a J2ME project to Android
> > project.
> > Please help me show step by step I can convert them.
> > Thanks so much!
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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 Ngoc Bang  wrote:
> Hii all Developers
> I would like to ask you. How to convert a J2ME project to Android
> project.
> Please help me show step by step I can convert them.
> Thanks so much!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en