一网打尽__Android 开源代码合集(抽屉菜单)
Posted 非花非雾--
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了一网打尽__Android 开源代码合集(抽屉菜单)相关的知识,希望对你有一定的参考价值。
本人会陆续整理收集android 中不同类列的开源框架。方便开发流程,减少开发查询成本。
抽屉菜单
- MaterialDrawer:
安卓抽屉效果实现方案
地址:https://github.com/mikepenz/MaterialDrawer
- Side-Menu.Android
- FlowingDrawer
向右滑动流动抽屉效果
地址:https://github.com/mxn21/FlowingDrawer
- SlidingRootNav
仿DrawerLayout的ViewGroup
地址:https://github.com/yarolegovich/SlidingRootNav
- FantasySlide
单手势滑出侧边栏与选择菜单
地址: https://github.com/mzule/FantasySlide
- Floating-Navigation-View
浮动菜单显示锚导航视图
地址:https://github.com/andremion/Floating-Navigation-View
- material-drawer
MD风格的自定义抽屉实现
地址:https://github.com/heinrichreimer/material-drawer
- SwipeMenuDemo
侧滑菜单动画效果库
地址:https://github.com/Brioal/SwipeMenuDemo
- ArcNavigationView
具有曲线边缘的NavigationView
地址:https://github.com/rom4ek/ArcNavigationView
- SlideSideMenu
滑动侧菜单的布局部件
地址:https://github.com/lemonade-hq/SlideSideMenu
- SmartSwipe
侧滑就选智能侧滑,弹性侧滑、滑动抽屉、下拉刷新、侧滑返回以及侧滑删除等你想到和没想到的,通通搞定。
https://github.com/luckybilly/SmartSwipe
- DragLayout
An Android Project.强迫症头像制作器,使用support.v4包下的ViewDragHelper实现QQ5.0侧滑
https://github.com/BlueMor/DragLayout
- Snake
使用Snake,Android也可以轻松实现类ios侧滑返回效果
https://github.com/yuanhoujun/Snake
以上是关于一网打尽__Android 开源代码合集(抽屉菜单)的主要内容,如果未能解决你的问题,请参考以下文章
一网打尽__Android 开源代码合集(WebView框架)
实现多层抽屉菜单,点击其中一项会动画打开该抽屉--第三方开源--MultiCardMenu