https://github.com/mdecker-mobilecomputing/android_nicknamegenerator
Native Android-App with Java to demonstrate how to use result of DB query to populate a RecyclerView
https://github.com/mdecker-mobilecomputing/android_nicknamegenerator
android github-actions sqlite
Last synced: about 2 months ago
JSON representation
Native Android-App with Java to demonstrate how to use result of DB query to populate a RecyclerView
- Host: GitHub
- URL: https://github.com/mdecker-mobilecomputing/android_nicknamegenerator
- Owner: MDecker-MobileComputing
- License: bsd-3-clause
- Created: 2024-10-27T22:18:33.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-03T14:13:25.000Z (over 1 year ago)
- Last Synced: 2025-04-03T20:33:53.406Z (about 1 year ago)
- Topics: android, github-actions, sqlite
- Language: Java
- Homepage:
- Size: 159 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Nickname Generator #
Dieses Repo enthält ein "Android Studio"-Projekt für eine native Android-App mit Java, die in einem
[RecyclerView](https://developer.android.com/develop/ui/views/layout/recyclerview?hl=de)-Element eine
Liste von ca. 600 zufällig erzeugter Nicknames anzeigt.
Die Nicknames bestehen jeweils aus einem Adjektiv und einem Substantiv (beides Englisch), z.B.
"Intelligent Ant" oder "Thoughtful Horse".
Mit der App soll demonstriert werden, wie von einer SQL-Query zurückgelieferte Ergebniszeilen
in einem RecyclerView-Element angezeigt werden.
----
## License ##

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