https://github.com/mdecker-mobilecomputing/android_glossarlistview
Android app shows how to use a ListView.
https://github.com/mdecker-mobilecomputing/android_glossarlistview
android glossary listview
Last synced: about 1 month ago
JSON representation
Android app shows how to use a ListView.
- Host: GitHub
- URL: https://github.com/mdecker-mobilecomputing/android_glossarlistview
- Owner: MDecker-MobileComputing
- License: bsd-3-clause
- Created: 2019-09-21T19:31:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-23T18:02:47.000Z (almost 2 years ago)
- Last Synced: 2025-02-24T00:27:44.431Z (over 1 year ago)
- Topics: android, glossary, listview
- Language: Java
- Size: 365 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Android-App "Glossar Android-Begriffe"
Dieses Repo enthält den Quellcode für eine native Android-App mit Java, die ein einfaches Glossar für Android-Begriffe implementiert.
Es soll damit die Verwendung des UI-Elements [ListView](https://developer.android.com/reference/android/widget/ListView) demonstriert werden.
**Achtung:**
Es gibt inzwischen mit dem UI-Element [RecyclerView](https://developer.android.com/reference/androidx/recyclerview/widget/RecyclerView.html)
eine modernere Alternative für [ListView](https://developer.android.com/reference/android/widget/ListView)-Elemente, siehe hierzu
[diese Beispiel-App](https://github.com/MDecker-MobileComputing/Android_Schimpfmeister).
----
## Screenshots ##
 
----
## License ##
See the [LICENSE file](LICENSE.md) for license rights and limitations (BSD 3-Clause License).