Skip to content Skip to sidebar Skip to footer
Showing posts with the label Activity Lifecycle

Why Manage Lifecycle Through Application Class?

I was reviewing code from a chat demo application and I noticed that they created a class that exte… Read more Why Manage Lifecycle Through Application Class?

Reauthenticate On Restart - Android

I need reauthenticate user credentials every time onRestart is called (usually this means the user … Read more Reauthenticate On Restart - Android

Prevent Android Activity From Being Recreated On Turning Screen Off

How to prevent an activity from being recreated on turning screen off? What I do Start Bejewels a… Read more Prevent Android Activity From Being Recreated On Turning Screen Off