1

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

Jame
  • 3,746
  • 6
  • 52
  • 101

1 Answers1

1

you can use ViewPager see this example http://developer.android.com/training/animation/screen-slide.html

Kastriot Dreshaj
  • 1,121
  • 6
  • 16