listview - Android - Horizontal scroll with "Show more" -


i have create view -

enter image description here

  1. there 3 items shown show more option
  2. 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

Popular posts from this blog

javascript - Trigger mouseenter when an animated element touches mouse -

json - Zend error Connection -

java - Using Spring @Transactional with a combination of readOnly and write, when does this entity get committed? -