am new in android and troubled with some problem in my first application.I installed application on phone but after closing the application(using the close button of phone) again when i re open the application , the last opened page on the previous launch shown again .Am confused ..
thanks
am new in android and troubled with some problem in my first application.I installed
Share
you cannot close any application in android it just goes to background
you can try this it will work
write
finish();after your writestartActivity(intentName);in your codeand dont press the close button press the back button to exit