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

后端 未结 4 1724
梦如初夏
梦如初夏 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:29

    Check out SwipeView within this project https://github.com/fry15/uk.co.jasonfry.android.tools It does exactly what you want it to do and is super simple to implement.

提交回复
热议问题