Gallery
has been deprecated since API 16, and the official Android documentation suggests the usage of either ViewPager
or HorizontalScrollView
instead.
I would like to implement a View
similar to the deprecated Gallery
, can anyone suggest a source?