How to make an Android view that flips between views on swipe/fling

后端 未结 4 1720
梦如初夏
梦如初夏 2020-11-28 23:01

I\'d like to make a view in my Android app that flips between multiple views on a swipe/fling. I\'d like it to behave more or less like the Android Launcher behaves when fl

4条回答
  •  庸人自扰
    2020-11-28 23:37

    I know this is an old question but ViewPager is created for this exact same purpose. ViewPager is part of android compatibility package and more can be found at http://android-developers.blogspot.com/2011/08/horizontal-view-swiping-with-viewpager.html

提交回复
热议问题