Frage

I want to make a movement between my activity when I swipe the page. While I swipe the page, the pages have to come with my hand movement.

I have detected the swipe direction using SimpleOnGestureListener and changed the activity on intent. But i'm not getting exactly what I want. I need that effect.

War es hilfreich?

Lösung

While I swipe the page, the pages have to come with my hand movement.

That's a ViewPager, then you use PagerAdapter or FragmentPagerAdapter or FragmentStatePagerAdapter (depending on specific needs, read the doc) to provide the content of each "page".

Andere Tipps

you can implement left to right slide animation like one described here. Android Left to Right slide animation

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top