Possible Duplicate:
Close application and launch home screen on Android
I have developed an application which consist of 23 screens or layout.. Each layout links with another one..
The process will go as a chain or tree.. How can i close my application entirely if i was in the mid of any screen or flow in my application..
If i have single screen means i can use finish()
method for closing the application, in this if i use finish()
method means it will cross many screens to close my application entirely..
Help me to code for this problem..