문제

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.

도움이 되었습니까?

해결책

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".

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top