Hi,
When i press a button in my app, I need to return to the last activity. Any ideas???
thx a lot!!!!
Hi,
When i press a button in my app, I need to return to the last activity. Any ideas???
thx a lot!!!!
Calling finish()
from the activity you want to end should take care of this.