Question

Is it possible to have a safe start mode for your Android Application. In the sense that the application will not start the main activity (which is intense) but will open another activity which will have tools to fix some of these problems.

Was it helpful?

Solution

My suggestion would be to create flag in shared preferences to store whether your app was closed properly or check something else you need. Then add one part before (activity or what you need) where you check this and decide about the mode you are getting in.

Hope this helps and enjoy your work.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top