문제

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