An open API service indexing awesome lists of open source software.

https://github.com/mdecker-mobilecomputing/android_verkehrszaehler

Simple Android app for counting of vehicles to demonstrate usage of SQLite database.
https://github.com/mdecker-mobilecomputing/android_verkehrszaehler

android github-actions sqlite3

Last synced: about 2 months ago
JSON representation

Simple Android app for counting of vehicles to demonstrate usage of SQLite database.

Awesome Lists containing this project

README

          

# Android-App "Verkehrszähler" #


Diese Repo enthält ein "Android Studio"-Projekt für eine einfache native Android-App (Java)
zum manuellen Zählen des Verkehrs auf einer Straße, um die Verwendung einer
[SQLite-Datenbank](https://developer.android.com/training/data-storage/sqlite)
zu demonstrieren.


Es gibt auch eine Variante dieser App mit dem Android-spezifischen ORM "Room",
siehe [diese Repo](https://github.com/MDecker-MobileComputing/Android_Verkehrszaehler_mitRoom).


----

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