Question

what Android layout or view type to be used to create horizontally swipeable images. What I am after is like what is used by a lot of app when we firstly install it or when it was just updated. Usually app uses this type of view to explain some main features of the app.

Hopefully I am making sense. Thank you.

Was it helpful?

OTHER TIPS

You can use a ViewPager class to implement this feature. Check out the tutorial here

You can also use coverflow to show swipable images with good animation that is more good than view pager only.

https://github.com/Polidea/android-coverflow

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top