Pressing the home key does not close your app. It pauses it. That is how the Android OS works. To close your app you have to use the back button. I suggest you read up on application lifecycles...
http://developer.android.com/guide/topics/fundamentals/activities.html#Lifecycle http://developer.android.com/guide/topics/fundamentals/services.html#Lifecycle On Wed, Mar 2, 2011 at 8:12 AM, rishabh agrawal <[email protected]>wrote: > i say that if i have closed my apps through the home tab which is in > android emulator & after i will be open my apps through emulator then > my apps is not start with the first page.it is started which page > where i have close so how it is remove ,which i will be close my apps > in any page then after again starting it will be open wih first page > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

