https://github.com/worker8/asyncnetworknoleakpractice
https://github.com/worker8/asyncnetworknoleakpractice
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/worker8/asyncnetworknoleakpractice
- Owner: worker8
- Created: 2015-09-17T04:55:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-17T05:24:22.000Z (over 10 years ago)
- Last Synced: 2025-03-02T14:31:16.516Z (over 1 year ago)
- Language: Java
- Size: 203 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AsyncNetworkNoLeakPractice
This is an exercise to learn how to use WeakReference in the async task.
This is the only piece of interesting code in this simple project: [MainActivity.java](https://github.com/worker8/AsyncNetworkNoLeakPractice/blob/master/app/src/main/java/beepbeep/asyncnetworknoleakpractice/MainActivity.java)
This is how the app look like:
