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?
2 Answers
If you try to make a swipe like in Google Play Store/Apps. There is a Control called ViewPager. Have a look there
Comments
Alternatively, you can look at FragmentPagerAdapters which may well be overkill for what you're doing.