Small application that exemplifies an AsyncTask or Thread leaking a reference to an Activity/Fragment..
AsyncTaskThreadLeak is hosted in the following web site
https://github.com/fabrantes/AsyncTaskThreadLeak
If you think the Android project AsyncTaskThreadLeak listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of AsyncTaskThreadLeak.
Item | Value |
---|---|
Java File Count | 3 |
Activity Count | 1 |
Fragment Count | 1 |
AsyncTaskThreadLeak has the following Java source files.
org.abrantix.asynctaskblogpost.app.MainActivity.java org.abrantix.asynctaskblogpost.app.MainFragment.java org.abrantix.asynctaskblogpost.app.MemDebugUtils.java