GitHub上史上最全的Android开源项目分类汇总 - Go语言中文社区

GitHub上史上最全的Android开源项目分类汇总


太长了,还是转载吧...
今天在看博客的时候,无意中发现了@Trinea在GitHub上的一个项目Android开源项目分类汇总,由于类容太多了,我没有一个个完整地看完,但是里面介绍的开源项目都非常有参考价值,包括很炫的界面特效设计、个性化控件、工具库、优秀的Android开源项目、开发测试工具、优秀个人和团体等。可以这样说,每一位Andorid开发人员都能从中找到一个或多个适用自己项目的解决方案,消化吸收并加以利用,可以为自己的APP增色不少。文章最后还列出了部分国外著名android开发者的信息,包括GitHub地址和博客地址。总之,作为一个Android开发者,看了这篇文章一定会受益匪浅。
以下是正文:

Android开源项目分类汇总
如果你也对开源实现库的实现原理感兴趣,欢迎 Star 和 Fork Android优秀开源项目实现原理解析欢迎加入 QQ 交流群:(入群理由必须填写群简介问题答案) 214742675(五群) 377723625(一群已满) 383537512(二群已满) 63224677(三群已满) 148844489(四群已满) 不要重复加群

欢迎大家推荐好的Android开源项目,可直接" style="color: rgb(65, 131, 196); text-decoration: none; background-color: transparent;">Commit,欢迎Star
、Fork
:)
关于我,欢迎关注微博:Trinea 主页:trinea.cn 邮箱:trinea.cn#gmail.com QQ:717763774

更多:Android 开源库获取途径整理
对你有帮助的话,顺手去知乎点个赞吧:优秀的 Android 开源项目、特效推荐

目前包括:
Android开源项目第一篇——个性化控件(View)篇 包括ListViewActionBarMenuViewPagerGalleryGridViewImageViewProgressBarTextViewScrollViewTimeViewTipViewFlipViewColorPickViewGraphViewUI Style其他Android开源项目第二篇——工具库篇 包括依赖注入图片缓存网络相关数据库ORM工具包Android公共库高版本向低版本兼容库多媒体事件总线传感器安全插件化文件其他Android开源项目第三篇——优秀项目篇 比较有意思的完整的Android项目Android开源项目第四篇——开发及测试工具篇 包括开发效率工具开发自测相关测试工具开发及编译环境其他Android开源项目第五篇——优秀个人和团体篇 乐于分享并且有一些很不错的开源项目的个人组织,包括JakeWharton、Chris Banes、Koushik Dutta等大牛

第一部分 个性化控件(View)
主要介绍那些不错个性化的View,包括ListView、ActionBar、Menu、ViewPager、Gallery、GridView、ImageView、ProgressBar、TextView、ScrollView、TimeView、TipView、FlipView、ColorPickView、GraphView、UI Style等等。
一、ListView
android-pulltorefresh一个强大的拉动刷新开源项目,支持各种控件下拉刷新,ListView、ViewPager、WevView、ExpandableListView、GridView、ScrollView、Horizontal ScrollView、Fragment上下左右拉动刷新,比下面johannilsson那个只支持ListView的强大的多。并且它实现的下拉刷新ListView在item不足一屏情况下也不会显示刷新提示,体验更好。项目地址:
https://github.com/chrisbanes/Android-PullToRefreshDemo地址:https://github.com/Trinea/TrineaDownload/blob/master/pull-to-refreshview-demo.apk?raw=trueAPP示例:新浪微博各个页面

android-pulltorefresh-listview下拉刷新ListView项目地址:https://github.com/johannilsson/android-pulltorefreshDemo地址:https://github.com/Trinea/TrineaDownload/blob/master/pull-to-refresh-listview-demo.apk?raw=truePS:这个被很多人使用的项目实际有不少bug,推荐使用上面的android-pulltorefresh

DropDownListView下拉刷新及滑动到底部加载更多ListView项目地址:https://github.com/Trinea/AndroidCommonDemo地址:https://play.google.com/store/apps/details?id=cn.trinea.android.demo文档介绍:http://www.trinea.cn/android/dropdown-to-refresh-and-bottom-load-more-listview/

DragSortListView拖动排序的ListView,同时支持ListView滑动item删除,各个Item高度不一、单选、复选、CursorAdapter做为适配器、拖动背景变化等项目地址:https://github.com/bauerca/drag-sort-listviewDemo地址:https://play.google.com/store/apps/details?id=com.mobeta.android.demodslvAPP示例:Wordpress Android

SwipeListView支持定义ListView左右滑动事件,支持左右滑动位移,支持定义动画时间项目地址:https://github.com/47deg/android-swipelistviewDemo地址:https://play.google.com/store/apps/details?id=com.fortysevendeg.android.swipelistviewAPP示例:微信

Android-SwipeToDismiss滑动Item消失ListView项目地址:https://github.com/romannurik/Android-SwipeToDismiss支持3.0以下版本见:https://github.com/JakeWharton/SwipeToDismissNOADemo地址:https://github.com/JakeWharton/SwipeToDismissNOA/SwipeToDismissNOA.apk/qr_code

PinnedHeaderExpandableListView首先它是一个ExpandableListView,但是它的头部可以固定,其次,在它的上面还有一个头部可以来回伸缩项目地址:https://github.com/singwhatiwanna/PinnedHeaderExpandableListViewAPP示例:百度手机卫士垃圾清理界面效果图:

StickyListHeadersGroupName滑动到顶端时会固定不动直到另外一个GroupName到达顶端的ExpandListView,支持快速滑动,支持Android2.3及以上项目地址:https://github.com/emilsjolander/StickyListHeadersAPP示例:Android 4.0联系人效果图:

pinned-section-listviewGroupName滑动到顶端时会固定不动直到另外一个GroupName到达顶端的ExpandListView项目地址:https://github.com/beworker/pinned-section-listview效果图:

PinnedHeaderListViewGroupName滑动到顶端时会固定不动直到另外一个GroupName到达顶端的ExpandListView项目地址:https://github.com/JimiSmith/PinnedHeaderListView

QuickReturnListView/ScrollView的header或footer,当向下滚动时消失,向上滚动时出现项目地址:https://github.com/lawloretienne/QuickReturnDemo地址:https://play.google.com/store/apps/details?id=com.etiennelawlor.quickreturn

QuickReturnHeaderListView/ScrollView的header或footer,当向下滚动时消失,向上滚动时出现项目地址:https://github.com/ManuelPeinado/QuickReturnHeaderDemo地址:https://github.com/Trinea/TrineaDownload/blob/master/quick-return-header-demo.apk?raw=trueAPP示例:google plus

IndexableListViewListView右侧会显示item首字母快捷索引,点击可快速滑动到某个item项目地址:https://github.com/woozzu/IndexableListViewDemo地址:https://github.com/Trinea/TrineaDownload/blob/master/indexable-listview.apk?raw=trueAPP示例:微信通讯录、小米联系人

CustomFastScrollViewListView快速滑动,同时屏幕中间PopupWindows显示滑动到的item内容或首字母项目地址:https://github.com/nolanlawson/CustomFastScrollViewDemo效果图:

Android-ScrollBarPanelListView滑动时固定的Panel指示显示在scrollbar旁边项目地址:https://github.com/rno/Android-ScrollBarPanel效果展示:https://github.com/rno/Android-ScrollBarPanel/raw/master/demo_capture.png

SlideExpandableListView用户点击listView item滑出固定区域,其他item的区域收缩项目地址:https://github.com/tjerkw/Android-SlideExpandableListViewDemo地址:https://github.com/Trinea/TrineaDownload/blob/master/slide-expandable-listView-demo.apk?raw=true

JazzyListViewListView及GridView item以特殊动画效果进入屏幕,效果包括grow、cards、curl、wave、flip、fly等等项目地址:https://github.com/twotoasters/JazzyListViewDemo地址:https://play.google.com/store/apps/details?id=com.twotoasters.jazzylistview.sample效果展示:http://lab.hakim.se/scroll-effects/

ListViewAnimations带Item显示动画的ListView,动画包括底部飞入、其他方向斜飞入、下层飞入、渐变消失、滑动删除等项目地址:https://github.com/nhaarman/ListViewAnimationsDemo地址:https://play.google.com/store/apps/details?id=com.haarman.listviewanimationsAPP示例:Google plus、Google Now卡片式进入、小米系统中应用商店、联系人、游戏中心、音乐、文件管理器的ListView、Ultimate、Light Flow Lite、TreinVerkeer、Running Coach、Pearl Jam Lyrics、Calorie Chart、Car Hire、Super BART、DK FlashCards、Counter Plus、Voorlees Verhaaltjes 2.0

DevsmartLib-Android横向ListView项目地址:https://github.com/dinocore1/DevsmartLib-AndroidDemo地址:https://github.com/Trinea/TrineaDownload/blob/master/horizontal-listview-demo.apk?raw=true

TwoWayView横向ListView的效果,继承自AdapterView项目地址:https://github.com/lucasr/twoway-view

HorizontalVariableListView支持Item宽度不一致的ListView项目地址:https://github.com/sephiroth74/HorizontalVariableListView

LinearListView用LinearLayout实现的ListView,可解决多个ListView并存等问题。目前自己也有需要,等亲自尝试过后会再具体介绍项目地址:https://github.com/frankiesardo/LinearListView

MultiChoiceAdapter支持多选的ListView Adapter项目地址:https://github.com/ManuelPeinado/MultiChoiceAdapterDemo地址:https://play.google.com/store/apps/details?id=com.manuelpeinado.multichoiceadapter.demo

EnhancedListView支持横向滑动删除列表项以及撤销删除的ListView,该项目的前身是SwipeToDismissUndoList项目地址:https://github.com/timroes/EnhancedListViewDemo地址:https://play.google.com/store/apps/details?id=de.timroes.android.listviewdemo&rdid=de.timroes.android.listviewdemo

ListBuddies自动滚动的双列ListView ,两个ListView滚动速度不一致,有视差效果项目地址:https://github.com/jpardogo/ListBuddiesDemo地址:https://play.google.com/store/apps/details?id=com.jpardogo.android.listbuddies效果展示:

SwipeMenuListView针对ListView item的侧滑菜单项目地址:https://github.com/baoyongzhang/SwipeMenuListView效果展示:

APP示例:手机QQV5.0

PagingListView分页加载的ListView。当滑动到ListView底部最后一个元素时,显示一个进度行,然后加载下一页数据,并显示。项目地址:https://github.com/nicolasjafelle/PagingListView

PullZoomView支持下拉时HeaderView缩放的ListView、ScrollView项目地址:https://github.com/Frank-Zhu/PullZoomView效果展示:

PullToZoomInListView滑动ListView时使其HeaderView跟随滑动缩放项目地址:https://github.com/matrixxun/PullToZoomInListView效果展示:

CalendarListview实现每个月一行日历效果的ListView项目地址:https://github.com/traex/CalendarListview效果展示:

sticky-headers-recyclerviewGroupName滑动到顶端时会固定不动直到另外一个GroupName到达顶端的ListView,采用support-v7中的RecyclerView实现项目地址:https://github.com/timehop/sticky-headers-recyclerview

PullSeparateListView到达顶部或底部继续拉动时,实现Item间的相互分离,两种模式:(1) 全部分离的模式,即屏幕内所有Item都会分离 (2)部分分离模式,以点击位置为分界点,部分item分离项目地址:https://github.com/chiemy/PullSeparateListView效果展示:

ExpandableLayoutHeader 和 Content Item 都可以展开的 ExpandableListview项目地址:https://github.com/traex/ExpandableLayout

PagedHeadListView支持paginated header以及material page indicator的ListView.项目地址:https://github.com/JorgeCastilloPrz/PagedHeadListView效果展示:


二、ActionBar
ActionBarSherlock为Android所有版本提供统一的ActionBar,解决4.0以下ActionBar的适配问题项目地址:
https://github.com/JakeWharton/ActionBarSherlockDemo地址:https://play.google.com/store/apps/details?id=com.actionbarsherlock.sample.demosAPP示例:太多了。。现在连google都在用

ActionBar-PullToRefresh下拉刷新,ActionBar出现加载中提示项目地址:https://github.com/chrisbanes/ActionBar-PullToRefreshDemo地址:https://play.google.com/store/apps/details?id=uk.co.senab.actionbarpulltorefresh.samples.stockAPP示例:Gmail,Google plus,知乎等

FadingActionBarListView向下滚动逐渐显现的ActionBar项目地址:https://github.com/ManuelPeinado/FadingActionBarDemo地址:https://play.google.com/store/apps/details?id=com.manuelpeinado.fadingactionbar.demoAPP示例:google music,知乎

NotBoringActionBargoogle music下拉收缩的ActionBar项目地址:https://github.com/flavienlaurent/NotBoringActionBarDemo地址:http://flavienlaurent.com/blog/2013/11/20/making-your-action-bar-not-boring/APP示例:Google音乐

RefreshActionItem带进度显示和刷新按钮的ActionBar项目地址:https://github.com/ManuelPeinado/RefreshActionItemDemo地址:https://play.google.com/store/apps/details?id=com.manuelpeinado.refreshactionitem.demoAPP示例:The New York Times,DevAppsDirect.

GlassActionBar类似玻璃的有一定透明度的ActionBar项目地址:https://github.com/ManuelPeinado/GlassActionBarDemo地址:https://play.google.com/store/apps/details?id=com.manuelpeinado.glassactionbardemoAPP示例:google music

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

SlidingMenu滑出式菜单,通过拖动屏幕边缘滑出菜单,支持屏幕左右划出,支持菜单zoom、scale、slide up三种动画样式出现。项目地址:https://github.com/jfeinstein10/SlidingMenuDemo地址:https://play.google.com/store/apps/details?id=com.slidingmenu.exampleAPP示例: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 BarracksMenuDrawer和SlidingMenu比较:SlidingMenu支持菜单动画样式出现,MenuDrawer支持菜单view处于内容的上下层

ArcMenu支持类似Path的左下角动画旋转菜单及横向划出菜单、圆心弹出菜单项目地址:https://github.com/daCapricorn/ArcMenuAPP示例:Path效果图:

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

android-satellite-menu类似Path的左下角动画旋转菜单项目地址:https://github.com/siyamed/android-satellite-menuDemo地址:https://github.com/Trinea/TrineaDownload/blob/master/satellite-menu-demo.apk?raw=trueAPP示例: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-AndroidDemo地址: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/CircularFloatingActionMenuDemo地址:https://github.com/oguzbilgener/CircularFloatingActionMenu/tree/master/samples效果图:

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

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

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

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

四、ViewPager 、Gallery
Android-ViewPagerIndicator配合ViewPager使用的Indicator,支持各种位置和样式项目地址:
https://github.com/JakeWharton/Android-ViewPagerIndicatorDemo地址:https://play.google.com/store/apps/details?id=com.viewpagerindicator.sampleAPP示例:太多了。。

JazzyViewPager支持Fragment切换动画的ViewPager,动画包括转盘、淡入淡出、翻页、层叠、旋转、方块、翻转、放大缩小等项目地址:https://github.com/jfeinstein10/JazzyViewPagerDemo地址:https://github.com/jfeinstein10/JazzyViewPager/blob/master/JazzyViewPager.apk?raw=true效果类似桌面左右切换的各种效果,不过桌面并非用ViewPager实现而已

JellyViewPager特殊切换动画的ViewPager项目地址:https://github.com/chiemy/JellyViewPager效果图:

Android-DirectionalViewPager支持横向和纵向(垂直)的ViewPager项目地址:https://github.com/JakeWharton/Android-DirectionalViewPagerDemo地址:https://market.android.com/details?id=com.directionalviewpager.sample

android-pulltorefresh支持下拉刷新的ViewPager项目地址:https://github.com/chrisbanes/Android-PullToRefreshDemo地址:https://github.com/Trinea/TrineaDownload/blob/master/pull-to-refreshview-demo.apk?raw=trueAPP示例:新浪微博各个页面

FancyCoverFlow支持Item切换动画效果的类似Gallery View项目地址:https://github.com/davidschreiber/FancyCoverFlowDemo地址:https://play.google.com/store/apps/details?id=at.technikum.mti.fancycoverflow.samples效果图:

AndroidTouchGallery支持双击或双指缩放的Gallery(用ViewPager实现),相比下面的PhotoView,在被放大后依然能滑到下一个item,并且支持直接从url和文件中获取图片,项目地址: 版权声明:本文来源简书,感谢博主原创文章,遵循 CC 4.0 by-sa 版权协议,转载请附上原文出处链接和本声明。
原文链接:https://www.jianshu.com/p/4b307a94ee79
站方申明:本站部分内容来自社区用户分享,若涉及侵权,请联系站方删除。

0 条评论

请先 登录 后评论

官方社群

GO教程

猜你喜欢