Android Question whats advantage of expandable custom list over normal custom list

Unobtainius

Active Member
Licensed User
Longtime User
I've been using a normal customlistview and just resizing the list item as required.
I had a More... label and an Even more... label, so two resizes of the original list item.
Even though it worked just fine I did think whats the point and the first more... label just shows everything now.
So is there an advantage to the separate class or is it all built in now?
The transition from one size to the other is OK by me.
The other items under the expanded one sit where you would expect them to, and return to their normal position when the one above is collapsed.
Am I missing something? Is it because my simple resizing of individual items would break last loading?
 

Unobtainius

Active Member
Licensed User
Longtime User
Thanks for the clarification Erel
 
Upvote 0
Top