I want to display bunch of images at the starting of my app and changing images one after another sequentially with slow auto horizantal scrolling can any one tell me how to do this android I searched in Google but I didn't get the answer can any one tell me how to do this please thanks in big advance
Asked
Active
Viewed 1,548 times
-1
-
what you have tried so far? – Amy Jun 24 '15 at 12:14
-
try this tutorial http://moorandroid.blogspot.in/p/image-slide-show.html – user765 Jun 24 '15 at 12:21
2 Answers
0
You can use the ViewPager for Image slider in android to scroll images:
<android.support.v4.view.ViewPager
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/pager"
android:layout_width="match_parent"
android:layout_height="match_parent" />

Manish Goswami
- 863
- 10
- 27

Amy
- 4,034
- 1
- 20
- 34