[android-developers] How to call the activity class

2011-11-25 Thread mohana priya
Hello android developers.I need to call the activity class inside the java class,because i need to do the application in phonegap.Please tell me the solution.Thanks in Advance. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] How to call the activity class

2011-11-25 Thread Navindian
new intent(activityclass.class) startactivity(intent) On Fri, Nov 25, 2011 at 7:51 PM, mohana priya gpriyara...@gmail.com wrote: Hello android developers.I need to call the activity class inside the java class,because i need to do the application in phonegap.Please tell me the solution.Thanks