https://github.com/mdecker-mobilecomputing/android_speicherleichen
Android App for demonstration of memory leaks
https://github.com/mdecker-mobilecomputing/android_speicherleichen
android
Last synced: about 1 month ago
JSON representation
Android App for demonstration of memory leaks
- Host: GitHub
- URL: https://github.com/mdecker-mobilecomputing/android_speicherleichen
- Owner: MDecker-MobileComputing
- License: bsd-3-clause
- Created: 2019-02-16T22:21:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-16T22:59:14.000Z (over 7 years ago)
- Last Synced: 2025-02-24T00:27:37.954Z (over 1 year ago)
- Topics: android
- Language: Java
- Size: 207 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Android-App "Speicherleichen"
Simple Android app for demonstration on how to find memory leaks. A thread is used for a blinker effect, but it is forgotten to stop this thread when the activity instance is destroyed.
Identifiers (names for classes, variables and methods), UI text and (JavaDoc) comments are in German only.
----
## Screenshots
 
The screenshots were taken from the app running in the Android SDK's emulator.
----
# License
See the [LICENSE file](LICENSE.md) for license rights and limitations (BSD 3-Clause License).