[android-developers] Re: Is it possible to do android application with Java SWING

2011-08-24 Thread Mr RAM
Thanks, Do you have any reference for android with swing. -- 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

Re: [android-developers] Re: Is it possible to do android application with Java SWING

2011-08-24 Thread Appaholics
I just stated that Android does not support it. How would I give references for it? On Wed, Aug 24, 2011 at 5:32 PM, Mr RAM hariram1...@gmail.com wrote: Thanks, Do you have any reference for android with swing. -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Re: Is it possible to do android application with Java SWING

2011-08-24 Thread Ratheesh Valamchuzhy
Hi All I think these two langse uses diff virtual machines and the compiled class is diff, then it is not possible Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: Is it possible to do android application with Java SWING

2011-08-24 Thread Appaholics
The language is Java in both cases, if that is what you meant. I don't know what langse is. The compiled classes will be different because Android uses the Dalvik VM and your computer runs the normal Java VM. However if someone writes the SWING framework for Android you can use it. On Wed, Aug