This Android Tutorial Video discusses how to make a custom listview with baseadapter in Android. 1)Define the text inside strings.xml and images inside the drawable folder, 2)Define the appearance of your single row of your ListView inside a separate xml file 3)Create your ListView inside activity_main.xml 4)Create your Adapter class that extends BaseAdapter and overrides all its methods 5)Define the getView method where you perform the mapping of xml data to return a View object used by your ListView to populate your rows slidenerd.com Our Official Site Join our discussions about Android at www.facebook.com/groups/AndroidProgramming/ Follow us on facebook.com/slidenerd twitter.com/slidenerdtech pinterest.com/slidenerd