Skip to content
#

lifecycle

Here are 140 public repositories matching this topic...

I listed the data I got from the web service with retrofit2. It has internet control, user permissions, a simple user screen. I have stored users with sqlite. I made checks on the user screen and directed him to the wrong login information.

  • Updated Jun 28, 2022
  • Java

Explains the lifecycle of an AsyncTask when the activity is in OnPause state or when the activity gets destroyed or when the application gets destroyed. Uses Weak reference of the host Activity to avoid memory leak issues in case the user destroys the host activity but the async task is still functioning.

  • Updated Aug 17, 2020
  • Java

Improve this page

Add a description, image, and links to the lifecycle topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the lifecycle topic, visit your repo's landing page and select "manage topics."

Learn more