https://github.com/mdecker-mobilecomputing/android_blinkerpause
Android app demonstrates how to use lifecycle methods of class Activity to stop a thread while the activity instance is not visible.
https://github.com/mdecker-mobilecomputing/android_blinkerpause
android github-actions
Last synced: about 2 months ago
JSON representation
Android app demonstrates how to use lifecycle methods of class Activity to stop a thread while the activity instance is not visible.
- Host: GitHub
- URL: https://github.com/mdecker-mobilecomputing/android_blinkerpause
- Owner: MDecker-MobileComputing
- License: bsd-3-clause
- Created: 2018-10-27T14:27:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-22T18:38:50.000Z (over 1 year ago)
- Last Synced: 2025-02-22T19:31:38.447Z (over 1 year ago)
- Topics: android, github-actions
- Language: Java
- Homepage:
- Size: 377 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 "Blinker-Pause" #
Dieses Repo enthält eine Android-Studio-Projekt für eine native Android-App mit Java.
Der Quellcode ist als Übungsaufgabe zu modifizieren:
das blinkende Element auf der `MainActivity` soll aufhören zu blinken, wenn diese Activity
durch die anderen Activity in der App überdeckt wird (das Blinken ist ja dann nicht mehr
sichtbar, so dass die Blinker-Schleife CPU-Zeit verschwendet).
----
## Screenshots ##
 
----
## License ##
See the [LICENSE file](LICENSE.md) for license rights and limitations (BSD 3-Clause License).