Hi,
I am working with the tablet app.
I have one main activity that calls twenty other activities.
Once I have called an activity and using it , when I want to return to the main activity , I press that back arrow or navigation arrow (I am not sure the name) and the app returns to the main activity.
While I am in one of the called activities I want to detect that the user has pressed the back arrow navigation so I can save data to the data base before the navigation goes back to the main activity.
How does one do that? Must be some easy way?
Thanks,
Jerry
I am working with the tablet app.
I have one main activity that calls twenty other activities.
Once I have called an activity and using it , when I want to return to the main activity , I press that back arrow or navigation arrow (I am not sure the name) and the app returns to the main activity.
While I am in one of the called activities I want to detect that the user has pressed the back arrow navigation so I can save data to the data base before the navigation goes back to the main activity.
How does one do that? Must be some easy way?
Thanks,
Jerry