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

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

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 ##


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


----

## License ##


See the [LICENSE file](LICENSE.md) for license rights and limitations (BSD 3-Clause License).