https://github.com/mdecker-mobilecomputing/android_komplementaerfarben
Native Android-App mit Java zur Demonstration von ViewModel
https://github.com/mdecker-mobilecomputing/android_komplementaerfarben
android ma2
Last synced: 2 months ago
JSON representation
Native Android-App mit Java zur Demonstration von ViewModel
- Host: GitHub
- URL: https://github.com/mdecker-mobilecomputing/android_komplementaerfarben
- Owner: MDecker-MobileComputing
- License: bsd-3-clause
- Created: 2025-03-22T19:18:03.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-22T19:26:42.000Z (over 1 year ago)
- Last Synced: 2025-03-22T20:26:13.132Z (over 1 year ago)
- Topics: android, ma2
- Language: Java
- Homepage:
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Android-App "Komplementärfarben" #
Dieses Repo enthält ein Android-Studio-Projekt für eine native Android-App.
Die App zeigt immer zwei Farben an: eine zufällig erzeugte Farbe und die zugehörige
[Komplementärfarbe](https://de.wikipedia.org/wiki/Komplement%C3%A4rfarbe).
Hiermit soll die Verwendung der Klasse
[ViewModel](https://developer.android.com/reference/kotlin/androidx/lifecycle/ViewModel)
in einer Android-App demonstriert werden.
----
## Screenshots ##
 
----
## License ##
See the [LICENSE file](LICENSE.md) for license rights and limitations (BSD 3-Clause License).