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.

有帮助吗?

解决方案

其他提示

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top