I have two images in drawable. I am using the ImageView to display them. However, I want to display each image individually by hand. At the first, I want to display image1.png. When I scroll left to right, it will be display images image2.png. Could you suggest to me the way to do it? Thank you so much
Asked
Active
Viewed 51 times
1 Answers
1
you can use ViewPager see this example http://developer.android.com/training/animation/screen-slide.html

Kastriot Dreshaj
- 1,121
- 6
- 16
-
if you cant open link search in google this Using ViewPager for Screen Slides – Kastriot Dreshaj Nov 17 '15 at 08:06