Loading Images In Android Expandable List View
Currently I have implemented Expandable List View referencing from the following website: http://www.androidhive.info/2013/07/android-expandable-list-view-tutorial/ Now, how do I d
Solution 1:
Yes it is possible. If you want to implement this then you should grab a lazy loading library. For that you may use aquery
just google it, its a nice library to provide the required mechanism.
Also Expandable istview
is nothing but a listview
so whatever you want to do inside a listview
can be done within ExpandableListView
as well.
Post a Comment for "Loading Images In Android Expandable List View"