states like: • We have data fetched by a previous Activity • The user is logged in (if applicable) • The Activity stack is as expected • … How to pass data to the Activity / Fragment? onCreate() onStart() onResume() onPause() onStop() onDestroy() Visible
Use the Reference Doc https://developer.android.com • Check how you launch and finish your Activities • unsubscribe listeners if applicable • Pass data the right way