3

I can swipe my images using gesture in android. But I am not able to swipe smoothly. My code is here. My scroll is very hard to swipe. I ran my project in emulator. How can I resolve this? Can anybody help me to achieve smooth swipe?

malavika
  • 1,331
  • 4
  • 21
  • 54

2 Answers2

0

If you try to make a swipe like in Google Play Store/Apps. There is a Control called ViewPager. Have a look there

Matthias H
  • 1,300
  • 13
  • 19
0

Alternatively, you can look at FragmentPagerAdapters which may well be overkill for what you're doing.

chris-tulip
  • 1,840
  • 1
  • 15
  • 22