Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mdecker-mobilecomputing/android_lernkarten

Demo für Persistenz mit Rooms.
https://github.com/mdecker-mobilecomputing/android_lernkarten

android rooms

Last synced: 12 days ago
JSON representation

Demo für Persistenz mit Rooms.

Awesome Lists containing this project

README

        

# Android-App "Lernkarten" #


Simple Android app as example for persistence with [Room](https://developer.android.com/training/data-storage/room/)
(Android's object-relational mapper), which is an object-relational mapper provided by Android.

See also [this Android app](https://github.com/MDecker-MobileComputing/Android_AbkVerzMitRoom)
for a further example on how to use the *Room Persistence Library*.


----

## Screenshots ##


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

![Screenshot 3](screenshot_3.png)   ![Screenshot 4](screenshot_4.png)

![Screenshot 5](screenshot_5.png)


----

## License ##


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