hi moazzam,
 i tried to insert  Intent as u told.. But i am not getting where
exactly i should insert that. Can u please explain me in detail about
this.

On Feb 4, 7:45 pm, moazzamk <[email protected]> wrote:
> 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.
>
> - Moazzamhttp://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....- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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