Android moving back to first activity on button click
Posted
by cppdev
on Stack Overflow
See other posts from Stack Overflow
or by cppdev
Published on 2010-05-05T21:14:17Z
Indexed on
2010/05/05
21:18 UTC
Read the original article
Hit count: 198
android
|android-sdk
I am writing a application where I am dealing with 4 activities, let's say A, B, C & D. Activity A invokes B, B invokes C, C invokes D. On each of the activity, I have a button called "home" button. When user clicks on home button in any of the B, C, D activities, application should go back to A activity screen ?
How to simulate "home" button in this case ?
© Stack Overflow or respective owner