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

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.

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


![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).