一网打尽__Android 开源代码合集(抽屉菜单)

本人会陆续整理收集Android 中不同类列的开源框架。方便开发流程,减少开发查询成本。

抽屉菜单

  1. MaterialDrawer:

安卓抽屉效果实现方案
地址:https://github.com/mikepenz/MaterialDrawer

  1. Side-Menu.Android

创意边侧菜单
地址:https://github.com/Yalantis/Side-Menu.Android

  1. FlowingDrawer

向右滑动流动抽屉效果
地址:https://github.com/mxn21/FlowingDrawer

  1. SlidingRootNav

仿DrawerLayout的ViewGroup
地址:https://github.com/yarolegovich/SlidingRootNav

  1. FantasySlide

单手势滑出侧边栏与选择菜单
地址: https://github.com/mzule/FantasySlide

  1. Floating-Navigation-View

浮动菜单显示锚导航视图
地址:https://github.com/andremion/Floating-Navigation-View

  1. material-drawer

MD风格的自定义抽屉实现
地址:https://github.com/heinrichreimer/material-drawer

  1. SwipeMenuDemo

侧滑菜单动画效果库
地址:https://github.com/Brioal/SwipeMenuDemo

  1. ArcNavigationView

具有曲线边缘的NavigationView
地址:https://github.com/rom4ek/ArcNavigationView

  1. SlideSideMenu

滑动侧菜单的布局部件
地址:https://github.com/lemonade-hq/SlideSideMenu

  1. SmartSwipe

侧滑就选智能侧滑,弹性侧滑、滑动抽屉、下拉刷新、侧滑返回以及侧滑删除等你想到和没想到的,通通搞定。
https://github.com/luckybilly/SmartSwipe

  1. DragLayout

An Android Project.强迫症头像制作器,使用support.v4包下的ViewDragHelper实现QQ5.0侧滑
https://github.com/BlueMor/DragLayout

  1. Snake

使用Snake,Android也可以轻松实现类iOS侧滑返回效果
https://github.com/yuanhoujun/Snake

你可能感兴趣的:(Android开源框架整理)