Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdecker-mobilecomputing/android_verkehrszaehler_mitroom
Simple Android app for traffic counting which uses Room for persistency.
https://github.com/mdecker-mobilecomputing/android_verkehrszaehler_mitroom
android room-persistence-library
Last synced: 15 days ago
JSON representation
Simple Android app for traffic counting which uses Room for persistency.
- Host: GitHub
- URL: https://github.com/mdecker-mobilecomputing/android_verkehrszaehler_mitroom
- Owner: MDecker-MobileComputing
- License: bsd-3-clause
- Created: 2021-03-21T17:55:00.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T15:11:14.000Z (3 months ago)
- Last Synced: 2024-11-09T22:41:01.139Z (2 months ago)
- Topics: android, room-persistence-library
- Language: Java
- Homepage:
- Size: 341 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 "Verkehrszähler mit Room" #
Simple Android app that demonstrates persistency with [Room](https://developer.android.com/training/data-storage/room/) (Android's ORM) for a traffic counter app.
There is also a variant of this app which does use SQLite directly (i.e. does not use Room), see [this repository](https://github.com/MDecker-MobileComputing).
----
## Screenshots ##
![Screenshot 1](screenshot_1.png) ![Screenshot 2](screenshot_2.png)
![Screenshot 3](screenshot_3.png)
----
## License ##
See the [LICENSE file](LICENSE.md) for license rights and limitations (BSD 3-Clause License).