您的位置:首页 > 移动开发 > Android开发

Android开源项目分类汇总(二) ActionBar;Menu

2016-03-31 15:34 555 查看

二、ActionBar

ActionBarSherlock

为Android所有版本提供统一的ActionBar,解决4.0以下ActionBar的适配问题

项目地址:https://github.com/JakeWharton/ActionBarSherlock

Demo地址:https://play.google.com/store/apps/details?id=com.actionbarsherlock.sample.demos

APP示例:太多了。。现在连google都在用

ActionBar-PullToRefresh

下拉刷新,ActionBar出现加载中提示

项目地址:https://github.com/chrisbanes/ActionBar-PullToRefresh

Demo地址:https://play.google.com/store/apps/details?id=uk.co.senab.actionbarpulltorefresh.samples.stock

APP示例:Gmail,Google plus,知乎等

FadingActionBar

ListView向下滚动逐渐显现的ActionBar

项目地址:https://github.com/ManuelPeinado/FadingActionBar

Demo地址:https://play.google.com/store/apps/details?id=com.manuelpeinado.fadingactionbar.demo

APP示例:google music,知乎

NotBoringActionBar

google music下拉收缩的ActionBar

项目地址:https://github.com/flavienlaurent/NotBoringActionBar

Demo地址:http://flavienlaurent.com/blog/2013/11/20/making-your-action-bar-not-boring/

APP示例:Google音乐

RefreshActionItem

带进度显示和刷新按钮的ActionBar

项目地址:https://github.com/ManuelPeinado/RefreshActionItem

Demo地址:https://play.google.com/store/apps/details?id=com.manuelpeinado.refreshactionitem.demo

APP示例:The New York Times,DevAppsDirect.

GlassActionBar

类似玻璃的有一定透明度的ActionBar

项目地址:https://github.com/ManuelPeinado/GlassActionBar

Demo地址:https://play.google.com/store/apps/details?id=com.manuelpeinado.glassactionbardemo

APP示例:google music





三、Menu

MenuDrawer

滑出式菜单,通过拖动屏幕边缘滑出菜单,支持屏幕上下左右划出,支持当前View处于上下层,支持Windows边缘、ListView边缘、ViewPager变化划出菜单等。

项目地址:https://github.com/SimonVT/android-menudrawer

Demo地址:http://simonvt.github.io/android-menudrawer/

APP示例:Gmail、Google Music等大部分google app

SlidingMenu

滑出式菜单,通过拖动屏幕边缘滑出菜单,支持屏幕左右划出,支持菜单zoom、scale、slide up三种动画样式出现。

项目地址:https://github.com/jfeinstein10/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

MenuDrawer和SlidingMenu比较:SlidingMenu支持菜单动画样式出现,MenuDrawer支持菜单view处于内容的上下层

ArcMenu

支持类似Path的左下角动画旋转菜单及横向划出菜单、圆心弹出菜单

项目地址:https://github.com/daCapricorn/ArcMenu

APP示例:Path

效果图:



https://dl.dropboxusercontent.com/u/11369687/preview1.png

https://dl.dropboxusercontent.com/u/11369687/raymenu.png

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

radial-menu-widget

圆形菜单,支持二级菜单

项目地址:https://code.google.com/p/radial-menu-widget/

效果图:http://farm8.staticflickr.com/7377/11621125154_d1773c2dcc_o.jpg

Android Wheel Menu

圆形旋转选取菜单

项目地址:https://github.com/anupcowkur/Android-Wheel-Menu

效果图:



FoldingNavigationDrawer

滑动并以折叠方式打开菜单

项目地址:https://github.com/tibi1712/FoldingNavigationDrawer-Android

Demo地址:https://play.google.com/store/apps/details?id=com.ptr.folding.sample

效果图:



AndroidResideMenu

仿 Dribbble 的边栏菜单

项目地址:https://github.com/SpecialCyCi/AndroidResideMenu

效果图:



CircularFloatingActionMenu

一个可定制的圆形的浮动菜单控件,类似于Path的圆形菜单。这个控件的可定制性更强,可以很容易的定制菜单出现消失时的动画,起始角度和半径。

项目地址:https://github.com/oguzbilgener/CircularFloatingActionMenu

Demo地址:https://github.com/oguzbilgener/CircularFloatingActionMenu/tree/master/samples

效果图:



NavigationDrawerSI

Navigation Drawer的一个简单实现,滑动并以折叠方式打开菜单

项目地址:https://github.com/mmBs/NavigationDrawerSI

Demo地址:https://play.google.com/store/apps/details?id=mmbialas.pl.navigationdrawersi

效果图:



内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: