打赏

android Menu

  1. MenuDrawer
    滑出式菜单,通过拖动屏幕边缘滑出菜单,支持屏幕上下左右划出,支持当前 View 处于上下层,支持 Windows 边缘、ListView 边缘、ViewPager 变化划出菜单等。
    项目地址:https://github.com/SimonVT/android-menudrawer
    Demo 地址:http://simonvt.github.io/android-menudrawer/
    APP 示例:Gmail、Google Music 等大部分 google app

  2. SlidingMenu
    滑出式菜单,通过拖动屏幕边缘滑出菜单,支持屏幕左右划出,支持菜单 zoom、scale、slide up 三种动画样式出现。与 MenuDrawer 相比而言,SlidingMenu 支持菜单动画样式出现,MenuDrawer 支持菜单 view 处于内容的上下层
    项目地址:https://github.com/jfeinstein10/SlidingMenu
    原理剖析文档:[SlidingMenu](https://a.codekk.com/detail/Android/huxian99/SlidingMenu 源码解析)
    Demo 地址:https://play.google.com/store/apps/details?id=com.slidingmenu.example
    APP 示例:Foursquare, LinkedIn, Zappos, Rdio, Evernote Food, Plume, VLC for Android, ESPN ScoreCenter, MLS MatchDay, 9GAG, Wunderlist 2, The Verge, MTG Familiar, Mantano Reader, Falcon Pro (BETA), MW3 Barracks

  3. ArcMenu
    支持类似 Path 的左下角动画旋转菜单及横向划出菜单、圆心弹出菜单
    项目地址:https://github.com/daCapricorn/ArcMenu
    效果图:Renderings
    https://dl.dropboxusercontent.com/u/11369687/preview1.png
    https://dl.dropboxusercontent.com/u/11369687/raymenu.png
    APP 示例:Path

  4. android-satellite-menu
    类似 Path 的左下角动画旋转菜单
    项目地址:https://github.com/siyamed/android-satellite-menu
    Demo 地址:https://github.com/Trinea/TrineaDownload/blob/master/satellite-menu-demo.apk?raw=true
    APP 示例:Path

  5. radial-menu-widget
    圆形菜单,支持二级菜单
    项目地址:https://code.google.com/p/radial-menu-widget/
    效果图:Renderings

  6. Android Wheel Menu
    圆形旋转选取菜单
    项目地址:https://github.com/anupcowkur/Android-Wheel-Menu
    效果图:

  7. FoldingNavigationDrawer
    滑动并以折叠方式打开菜单
    项目地址:https://github.com/tibi1712/FoldingNavigationDrawer-Android
    Demo 地址:https://play.google.com/store/apps/details?id=com.ptr.folding.sample
    效果图:Renderings

  8. AndroidResideMenu
    仿 Dribbble 的边栏菜单
    项目地址:https://github.com/SpecialCyCi/AndroidResideMenu
    效果图:

  9. CircularFloatingActionMenu
    一个可定制的圆形的浮动菜单控件,类似于 Path 的圆形菜单。这个控件的可定制性更强,可以很容易的定制菜单出现消失时的动画,起始角度和半径。
    项目地址:https://github.com/oguzbilgener/CircularFloatingActionMenu
    原理剖析文档:[CircularFloatingActionMenu](https://a.codekk.com/detail/Android/cpacm/CircularFloatingActionMenu 源码解析)
    Demo 地址:https://github.com/oguzbilgener/CircularFloatingActionMenu/tree/master/samples
    效果图:

  10. NavigationDrawerSI
    Navigation Drawer 的一个简单实现,滑动并以折叠方式打开菜单
    项目地址:https://github.com/mmBs/NavigationDrawerSI
    Demo 地址:https://play.google.com/store/apps/details?id=mmbialas.pl.navigationdrawersi
    效果图:Renderings
    APP 示例:https://play.google.com/store/apps/details?id=mmbialas.pl.navigationdrawersi

  11. DragLayout
    使用 support.v4 包下的 ViewDragHelper 实现 QQ5.0 侧滑
    项目地址:https://github.com/BlueMor/DragLayout
    效果图:

  12. LDrawer
    Material Design 形式的展开折叠 Icon
    项目地址:https://github.com/ikimuhendis/LDrawer
    效果图:

  13. Floating Action Button
    悬浮的圆形菜单栏,支持组建滚动时自动隐藏及其他设置
    项目地址:https://github.com/shamanland/floating-action-button
    效果图:Renderings

  14. Side-Menu.Android
    分类侧滑菜单,Yalantis 出品。
    项目地址:https://github.com/Yalantis/Side-Menu.Android
    原理剖析文档:[Side-Menu.Android](https://a.codekk.com/detail/Android/cpacm/Side Menu.Android 源码解析)
    效果图:Renderings

  15. Context-Menu.Android
    可以方便快速集成漂亮带有动画效果的上下文菜单,Yalantis出品。
    项目地址:https://github.com/Yalantis/Context-Menu.Android
    效果图:Renderings

  16. Droppy
    支持多种样式的下拉菜单
    项目地址:https://github.com/shehabic/Droppy

  17. MaterialDrawer
    Material Design 风格的导航抽屉,提供简便且强大的定制功能
    项目地址:https://github.com/mikepenz/MaterialDrawer
    Demo 地址:https://play.google.com/store/apps/details?id=com.mikepenz.materialdrawer.app
    效果图:Renderings

  18. SlideBottomPanel
    底部划出菜单,滑动时背景图透明度渐变,支持嵌套 LiewView 或 ScrollView
    项目地址:https://github.com/kingideayou/SlideBottomPanel
    Demo 地址:SlideBottomPanelDemo 下载
    效果图:

  19. FlowingDrawer
    带手势流动效果侧滑菜单 项目地址:https://github.com/mxn21/FlowingDrawer 效果图:

  20. FloatingActionMenu-Animation
    扩展FloatingActionMenu库,自定义菜单图标,动画滚动时 项目地址: https://github.com/toanvc/FloatingActionMenu-Animation

posted @ 2023-03-20 15:13  张学涛  阅读(13)  评论(0编辑  收藏  举报