tags:

views:

31

answers:

1

hi,

I have Activity1 Activity2 Activity3 activities in my application.

now I want to switch from Activity3 to Activity1.

How do I proceed?

Please Help. and also, how to finish an activity from another activity?

any help will be appreciable.

Thanks & Regards Anup

A: 

you should use Inetnts to navigate from one page to another page and more over you shoul add activity for every class in the manifest.xml

if not trace out in the DDMS.

peter