What is Custom ListView:
custom list view means custom Layouts and show custom Item in listview. in simple listview use only text or image show in list using ArrayAdapter but in custom listview we use CustomAdapter.
custom listview may be many image or text.Custom ListView in Android |
Why Use Custom Listview:
as we discuss simple listview contain only simple layout so we need custom layout for custom listview. custom listview contain images and text and many more.