In the Google Play store, there is a View showing screenshots for each app. It can be scrolled horizontally but it snaps to each screenshot. I need such a View in my app but I can't seem to find the API. Is this a standard View that I can implement, or is it a customized version of HorizontalScrollView?
Asked
Active
Viewed 641 times
3
-
Use **`uiautomatorviewer`** and find out what it is. It sounds like a `ViewPager`. – CommonsWare Sep 28 '14 at 15:50