質問

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