Posts

Showing posts from May, 2015

Create custom ListView in android

Image
Download code I have done custom list view in android with custom button and custom text view. 1) In this example I have create database, adapter, model, custom control class and main activity class and also create two xml files one for item of ListView and second for ListView, Button and TextView. 2) In this example I use colors.xml, ids.xml and strings.xml files. 3) Bellow I attached screen shoot of my custom ListView. Download code