Author Archives: admin

Android Series: Custom ListView items and adapters

androidThis is a short tutorial on how to populate your android list view, with data downloaded from the internet or other sources, using ArrayAdapter. ListView items view is declared in a separate XML file and displayed using custom adapter class.

Read More →