An open API service indexing awesome lists of open source software.

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

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

![Screenshot 1](screenshot_1.png) ![Screenshot 2](screenshot_2.png)


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).