Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 415 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 415 Bytes

This is a demo to show how to create a custom ListView with a custom adapter.
The example provided in this demo is a classic Image with a main TextView and a description TextView.
This is demo is related to this post.
The Java version of the code can be found here.