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.
- Host: GitHub
- URL: https://github.com/mdecker-mobilecomputing/android_verkehrszaehler
- Owner: MDecker-MobileComputing
- License: bsd-3-clause
- Created: 2019-03-23T22:02:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T10:07:19.000Z (over 1 year ago)
- Last Synced: 2025-01-05T20:42:37.522Z (over 1 year ago)
- Topics: android, github-actions, sqlite3
- Language: Java
- Homepage:
- Size: 324 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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 ##
 
----
## License ##
See the [LICENSE file](LICENSE.md) for license rights and limitations (BSD 3-Clause License).