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

https://github.com/dabitdev/basic_android_example_list


https://github.com/dabitdev/basic_android_example_list

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Basic example using listView
##### The important parts are:
- ViewHolder Patter and recycling mechanism.
- Proper way to propagate the eveints from the adapter to the fragment/activity=
- Usage of the ArrayAdapter with custom model.
- Proper usage of the XML and styles.

This was an entry exercice for an interview.