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: about 1 month 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T15:11:14.000Z (over 1 year ago)
- Last Synced: 2025-07-13T13:43:57.678Z (12 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 ##
 

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