Hi folks,
I am developing an app containing a shopping cart and the items are stored in sqlite tables.
I have the following question:
What happens if the user is pressing the home button by chance? To my mind Android closes the app and thats it.
Creating a mess with an order not finished... etc.
In my windows applications I have a button like "Do you want to exit application (yes/no)?" making sure the user is taking this "exit" only.
How can I implement this in my android app resulting a proper end of my app?
Any hints are welcome!
Fatman
I am developing an app containing a shopping cart and the items are stored in sqlite tables.
I have the following question:
What happens if the user is pressing the home button by chance? To my mind Android closes the app and thats it.
Creating a mess with an order not finished... etc.
In my windows applications I have a button like "Do you want to exit application (yes/no)?" making sure the user is taking this "exit" only.
How can I implement this in my android app resulting a proper end of my app?
Any hints are welcome!
Fatman