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_abkverzmitroom

Simple Android app to demonstrate persistency with Room (Android's own object-relational mapper).
https://github.com/mdecker-mobilecomputing/android_abkverzmitroom

android github-actions persistence room-persistence-library

Last synced: 15 days ago
JSON representation

Simple Android app to demonstrate persistency with Room (Android's own object-relational mapper).

Awesome Lists containing this project

README

        

# Android-App "AbkVerz mit Room" #


Einfache Android-App, die die Persistenz mit [Room](https://developer.android.com/training/data-storage/room/)
(dem ORM von Android) demonstriert. Die App kann eine oder mehrere Bedeutungen für eine Abkürzung speichern,
d.h. sie demonstriert, wie man One-to-many-Beziehungen in Android aufrechterhalten kann.
Es gibt eine andere Variante dieser App, die SQLite direkt (d.h. ohne Room) verwendet, siehe
[hier](https://github.com/MDecker-MobileComputing/Android_AbkVerz).


----

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