I would like to create a gallery of photos that scroll left and right. At first I looked at Gallery, but was marked as deprecated.
Gallery
http://developer.android.com/reference/android/widget/Gallery.html
We were told to try ViewPager. But the class PagerAdapterdoes not handle the recycling of views for us (as standard ListView), right?
ViewPager
PagerAdapter
ListView
http://developer.android.com/reference/android/support/v4/view/PagerAdapter.html
Can we build a recycling mechanism?
thank
But the PagerAdapter class does not handle view processing for us (like a standard ListView), right?
, , , , .
, , ListView ( "" ViewPager, ), , .
HorizontalListView , , , .
. . , .
HorizontalListView , , Gallery .
HorizontalListView