How can I implement expandable list view with text and images in my android app when I am getting data from parse.com?
I managed to achieve getting data from parse.com while in a list view but now expandable list view is my worst nightmare.
How can I implement expandable list view with text and images in my android app when I am getting data from parse.com?
I managed to achieve getting data from parse.com while in a list view but now expandable list view is my worst nightmare.
There are several good sources for making expandable list view:
A custom Expandable ListView, another custom Expanadable ListView tutorial
Some tutorial from a SO answer, the links (copied):