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_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.

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