Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/mdecker-mobilecomputing/android_abkverzmitroom
- Owner: MDecker-MobileComputing
- License: bsd-3-clause
- Created: 2021-02-07T18:12:19.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-03T12:52:02.000Z (11 months ago)
- Last Synced: 2024-11-09T22:41:19.229Z (2 months ago)
- Topics: android, github-actions, persistence, room-persistence-library
- Language: Java
- Homepage:
- Size: 302 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 "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).