You will need to create a new intent and call it.

Intent myIntent = new Intent();
myIntent.setClassName("somePackage", "somePackage.SomeClass");
startActivity(myIntent);

you have to declare your activity in the manifest file also, though.


- Moazzam
http://moazzam-khan.com/

On Feb 4, 12:41 am, sancti <[email protected]> wrote:
> hi all,
> I am using three radiobuttons for three different applications. When i
> select one particular radiobutton, it should open another screen to
> show that particular application. Similarly for all the three
> radiobuttons. Can anybody tel me how can i do this..
>
> thanks in advance....
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to