I have Build a Simple app with a Home Activity and an Activity Drawer and some fragment tabs, What i could not understand is how to make the app resume from the last activity or the fragment since the user clicked the return button on his phone !
I know it is about onPause and onResume , but i couldn't understand how to implement these methods on my code !