Recycling Views Inside A Horizontal Scrollview Android
I'm making an app with fairly complex UI. Its comparable to a horizontal list view that expands to a viewpager on being clicked. Presently, I've implemented this using the most bas
Solution 1:
Is there any other efficient way of doing this ?
Use ViewPager
or the open source HorizontalListView
, both of which use the adapter pattern.
Post a Comment for "Recycling Views Inside A Horizontal Scrollview Android"