listview - Android - Horizontal scroll with "Show more" -
i have create view -
- there 3 items shown show more option
- on click of show more list grow 10 items scrollable .
what optimal way implement kind of view ?
use horizontalscrollview on first population of scrollview detect click on 4th position , on 4th item click reload data , call adapter.notifydatasetchanged()
Comments
Post a Comment