0
Hello, I have an app that minimizes and maximizes restarts in Activity.MAIN, every time. I found this question but the answer does not solve the problem MAINTAIN ACTIVITY BY MINIMIZING because the user who is in my App, loses focus from where he is at the moment, ex. To get to a certain place inside the App, the user has to go through a series of filters and when the user starts up again, he has to redo all these filters again. In Logcat shows nothing, nor verbose.
How do I keep in the same Activity, and not lose the already filtered data.
See about
Instance states
on: https://developer.android.com/guide/components/activities/activity-lifecycle#instance-state– Lennoard Silva