Menu like SKOUT and Sliding from One View to Another by touch in Android

后端 未结 4 952
我在风中等你
我在风中等你 2020-12-02 08:17

I want to implement a sliding Menu like FB or G+ app and I have found some sample code from FB Menu Demo and https://github.com/jfeinstein10/SlidingMenu

These are g

4条回答
  •  一生所求
    2020-12-02 09:17

    The simplest solution may be to use android-undergarment, which has bezel swiping built in, based on the project README:

    The user will also be able to control the drawer by bezel swiping from the left side of the screen to open the drawer and doing the same from the right to close it. If you want to prevent this touch functionality, you can call setDrawerEnabled(false).

提交回复
热议问题