Is it possible to maintain app lifecycle with my code.
I mean to create and control activity ctreation.
Maybe my Windows programming experience mess my Android programming attempts.
For example I want to have list of started activities and to start new activity using code in my application class. Is this possible?
Is it possible to maintain app lifecycle with my code. I mean to create
Share
= It’s managed by Android as Activity Stack
= possible using Intents