Custom ListView with CheckBox & Header, with Select-All / DeSelect-All functionalities

In our last post we saw how to create simple custom listview , It does not have any state to save when scrolled. But implementing ListView ...

p1

A Simple Custom ListView in Android with Images & Text

Let's start with simple requirement. A list view containing a image & 2 TextViews as below. To achieve this one has to create an...

p1