Source code for an Android app (project for Android Studio) demonstrating how to use SQLite database for an app to store and search abbreviations.
Identifiers (names for classes, variables and methods) and UI texts are in German only.
SQL files for testing with command line program SQLite3 (e.g. sqlite3.exe on Windows) can be found in sub-folder SQL/. These files will NOT be included into the app file (APK file) generated by Android Studio.
See this repository for a variant of this app which uses the Room Persistence Library.
Screenshots were taken from emulator.
See the LICENSE file for license rights and limitations (BSD 3-Clause License).