Hello,

Thanks for answer. But until now I don't find answer for my solution.
So, I would like to clarify my problem:

I have a mobile application which is written by Java and AWT for GUI.
In current program, some Java codes will start the GUI (for example, a
Frame), doing some business codes, or communicated between each other
in Java objects, and showes the result in the GUI only. Both of them
are seperated. So, now I want to convert this program to run in
Android platform. I would like to keep the same model in lower layer
code (like business java objects) and change AWT layer into Android
widgets...with some Activities, but I don't know how to make it works.
Since...I see both programming model is seemly different. Is there any
way, to start an Activity (not from another Activity), but from a
Thread..(for example) or a normal Java application ?

Thanks you very much for any suggestions.

Regards.

On Dec 12, 10:45 pm, jotobjects <jotobje...@gmail.com> wrote:
> How are you going to run a JVM that couldstartanActivitywithout
> installing an Android application?
>
> On Dec 12, 5:00 am, Le Tuan Anh <anhlt1...@gmail.com> wrote:
>
>
>
> > As the title mentioned. I have a normal Java application, normally, we
> >startan Android application from a MainActivity, now I muststartit
> > from my application. Is there any way to archive it ?
> > Many thanks
>
> > Regards- Hide quoted text -
>
> - Show quoted text -

-- 
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

Reply via email to