Skip to content

What happens to your "behind the scenes" objects when when you kill an Activity? What happens to an AsyncTask if the Activity is killed? What about HandlerThreads or Loaders? This app will help you figure that out.

Notifications You must be signed in to change notification settings

tir38/android-background-death

Repository files navigation

android-background-death

What happens to your "behind the scenes" objects when when you kill an Activity? What happens to an AsyncTask if the Activity is killed? What about HandlerThreads or Loaders? This app will help you figure that out.

Memory Monitor and Forcing Garbage Collection

When asked to use the Memory Monitor tool from within Android Studio, you can start it here:

memory_monitor

You can then force garbage collection here:

garbage_collection

This will allow you to see if/when you are leaking memory.

About

What happens to your "behind the scenes" objects when when you kill an Activity? What happens to an AsyncTask if the Activity is killed? What about HandlerThreads or Loaders? This app will help you figure that out.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages