In my app the user has several fields they must fill with text and choices, but if they answer a phonecall during this they must start all the way over again. How can I save their progress once a phonecall is taken?
I think you would use the saved instance state so that you can recreate the activity in the state they were in.
https://developer.xamarin.com/guides/android/application_fundamentals/activity_lifecycle/saving_state_walkthrough/
Posts
I think you would use the saved instance state so that you can recreate the activity in the state they were in.
https://developer.xamarin.com/guides/android/application_fundamentals/activity_lifecycle/saving_state_walkthrough/