https://github.com/dabitdev/basic_android_example_list
https://github.com/dabitdev/basic_android_example_list
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dabitdev/basic_android_example_list
- Owner: dabitdev
- Created: 2015-11-06T19:34:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-06T19:49:58.000Z (over 10 years ago)
- Last Synced: 2025-02-02T07:44:31.951Z (about 1 year ago)
- Language: Java
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.