Android开源项目分类汇总大全

Android开源项目分类汇总大全,第1张

概述Android开源项目第一篇——个性化控件(View)篇  包括ListView、ActionBar、Menu、ViewPager、Gallery、GridView、ImageView、ProgressBar、TextView、ScrollView、TimeView、TipView、FlipView、ColorPickView、GraphView、UIStyle、其他Android开源项目第二篇——工具库

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

来源:http://blog.csdn.net/libaineu2004/article/details/44491417第一部分 个性化控件(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-PullToRefresh
Demo地址:https://github.com/Trinea/TrineaDownload/blob/master/pull-to-refreshview-demo.apk?raw=true
APP示例:新浪微博各个页面

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

dropdownlistview
下拉刷新及滑动到底部加载更多ListVIEw
项目地址:https://github.com/Trinea/AndroidCommon
Demo地址: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-listview
Demo地址:https://play.google.com/store/apps/details?id=com.mobeta.android.demodslv
APP示例:wordpress AndroID

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

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

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

StickyListheaders
Groupname滑动到顶端时会固定不动直到另外一个Groupname到达顶端的ExpandListVIEw,支持快速滑动,支持AndroID2.3及以上
项目地址:https://github.com/emilsjolander/StickyListHeaders
APP示例:AndroID 4.0联系人
效果图:

pinned-section-ListvIEw
Groupname滑动到顶端时会固定不动直到另外一个Groupname到达顶端的ExpandListVIEw
项目地址:https://github.com/beworker/pinned-section-listview

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

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

QuickReturnheader
ListVIEw/ScrollVIEw的header或footer,当向下滚动时消失,向上滚动时出现
项目地址:https://github.com/ManuelPeinado/QuickReturnHeader
Demo地址:https://github.com/Trinea/TrineaDownload/blob/master/quick-return-header-demo.apk?raw=true
APP示例:Google plus

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

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

AndroID-ScrollbarPanel
ListVIEw滑动时固定的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-SlideExpandableListView
Demo地址:https://github.com/Trinea/TrineaDownload/blob/master/slide-expandable-listView-demo.apk?raw=true

jazzyListVIEw
ListVIEw及GrIDVIEw item以特殊动画效果进入屏幕,效果包括grow、cards、curl、wave、flip、fly等等
项目地址:https://github.com/twotoasters/JazzyListView
Demo地址: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/ListViewAnimations
Demo地址:https://play.google.com/store/apps/details?id=com.haarman.listviewanimations
APP示例: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-Android
Demo地址: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/MultiChoiceAdapter
Demo地址:https://play.google.com/store/apps/details?id=com.manuelpeinado.multichoiceadapter.demo

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

ListBuddies
自动滚动的双列ListVIEw ,两个ListVIEw滚动速度不一致,有视差效果
项目地址:https://github.com/jpardogo/ListBuddies
Demo地址: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-recyclervIEw
Groupname滑动到顶端时会固定不动直到另外一个Groupname到达顶端的ListVIEw,采用support-v7中的RecyclerVIEw实现
项目地址:https://github.com/timehop/sticky-headers-recyclerview

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

ExpandableLayout
header 和 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/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的左下角动画旋转菜单及横向划出菜单、圆心d出菜单
项目地址: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
APP示例:https://play.google.com/store/apps/details?id=mmbialas.pl.navigationdrawersi
Demo地址:https://play.google.com/store/apps/details?id=mmbialas.pl.navigationdrawersi
效果图:

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

LDrawer
Material 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-ViewPagerIndicator
Demo地址:https://play.google.com/store/apps/details?id=com.viewpagerindicator.sample
APP示例:太多了。。

jazzyVIEwPager
支持Fragment切换动画的VIEwPager,动画包括转盘、淡入淡出、翻页、层叠、旋转、方块、翻转、放大缩小等
项目地址:https://github.com/jfeinstein10/JazzyViewPager
Demo地址: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-DirectionalViewPager
Demo地址:https://market.android.com/details?id=com.directionalviewpager.sample

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

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

AndroIDtouchgallery
支持双击或双指缩放的gallery(用VIEwPager实现),相比下面的PhotoVIEw,在被放大后依然能滑到下一个item,并且支持直接从url和文件中获取图片,
项目地址:https://github.com/Dreddik/AndroidTouchGallery
Demo地址:https://github.com/Trinea/TrineaDownload/blob/master/touch-gallery-demo.apk?raw=true
APP示例:类似微信中查看聊天记录图片时可双击放大,并且放大情况下能正常左右滑动到前后图片

AndroID auto Scroll VIEwPager
AndroID自动滚动 轮播循环的VIEwPager
项目地址:https://github.com/Trinea/android-auto-scroll-view-pager
Demo地址:https://play.google.com/store/apps/details?id=cn.trinea.android.demo
文档介绍:http://www.trinea.cn/android/auto-scroll-view-pager/

Salvage vIEw
带VIEw缓存的VIEwpager PagerAdapter,很方便使用
项目地址:https://github.com/JakeWharton/salvage

AndroID PagerSlIDingTabStrip
配合VIEwPager使用的Indicator,支持VIEwPager Scroll时Indicator联动
项目地址:https://github.com/astuetz/PagerSlidingTabStrip
Demo地址:https://play.google.com/store/apps/details?id=com.astuetz.viewpager.extensions.sample

VIEwPager3D
VIEwPager3D效果
项目地址:https://github.com/inovex/ViewPager3D

AnimaTabsvIEw
仿网易云音乐标签切换的动画,带透明小三角
项目地址:https://github.com/wuyexiong/transparent-over-animtabsview
在线演示:http://v.youku.com/v_show/id_XNzA4MjY5NjA0.html

LooPingVIEwPager
无限循环的VIEwPager
项目地址:https://github.com/imbryk/LoopingViewPager

androID_page_curl
翻书卷曲效果
项目地址:https://github.com/harism/android_page_curl
在线演示:https:///watch?v=iwu7P5PCpsw
APP示例:iReader

VIEwPagerIndicator
简化并实现androID的TabHost效果,顶部滑动tab,引导页,支持自定义tab样式,自定义滑动块样式和位置,自定义切换tab的过渡动画,子界面的预加载和界面缓存,设置界面是否可滑动
项目地址:https://github.com/LuckyJayce/ViewPagerIndicator

五、GrIDVIEw

StaggeredGrIDVIEw
允许非对齐行的GrIDVIEw,类似Pinterest的瀑布流,并且跟ListVIEw一样自带VIEw缓存,继承自VIEwGroup
项目地址:https://github.com/maurycyw/StaggeredGridView
Demo地址:https://github.com/Trinea/TrineaDownload/blob/master/staggered-gridview-demo.apk?raw=true
APP示例:Pinterest等

AndroIDStaggeredGrID
允许非对齐行的GrIDVIEw,类似Pinterest的瀑布流,继承自AbsListVIEw
项目地址:https://github.com/etsy/AndroidStaggeredGrid
APP示例:Pinterest等

PinterestlikeAdapterVIEw
允许非对齐行的GrIDVIEw,类似Pinterest的瀑布流,允许下拉刷新
项目地址:https://github.com/GDG-Korea/PinterestLikeAdapterView
APP示例:Pinterest等

DraggableGrIDVIEw
Item可拖动交换位置的GrIDVIEw,实际是自己继承VIEwGroup实现,类似桌面的单屏效果,可屏幕自动上下滚动进行Item移动交换,多屏效果见下面PagedDragDropGrID
项目地址:https://github.com/thquinn/DraggableGridView
Demo地址:https://github.com/thquinn/DraggableGridView/blob/master/bin/DraggableGridViewSample.apk?raw=true

StickyGrIDheaders
Groupname滑动到顶端时会固定不动直到另外一个Groupname到达顶端的GrIDVIEw
项目地址:https://github.com/TonicArtos/StickyGridHeaders

PagedDragDropGrID
Item可拖动交换位置、拖动删除的自定义控件,实际是自己继承VIEwGroup实现,类似桌面的多屏效果,可拖动到屏幕边缘,屏幕自动左右滚动进行Item移动交换,可拖动进行删除,单屏效果见上面DraggableGrIDVIEw
项目地址:https://github.com/mrKlar/PagedDragDropGrid
在线演示:http://youtu.be/FYTSRfthSuQ

AndroID-DraggableGrIDVIEwPager
Item可拖动交换位置的GrIDVIEw,实际是自己继承VIEwGroup实现,类似桌面的多屏效果,可屏幕自动左右滚动进行Item移动交换,单屏效果见上面DraggableGrIDVIEw
项目地址:https://github.com/zzhouj/Android-DraggableGridViewPager
Demo地址:https://github.com/Trinea/trinea-download/blob/master/draggable-grid-viewpager-demo.apk?raw=true

TwoWayGrIDVIEw
可横向滚动的GrIDVIEw
项目地址:https://github.com/jess-anders/two-way-gridview

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

asymmetricGrIDVIEw
一个支持跨行和跨列可变Item大小的GrIDVIEw
项目地址:https://github.com/felipecsl/AsymmetricGridView
Demo地址:https://play.google.com/store/apps/details?id=com.felipecsl.asymmetricgridview.app
效果图:

GrIDVIEw with header and Footer
ListVIEw一样带头部和底部的GrIDVIEw,用法和ListVIEw一样
项目地址:https://github.com/liaohuqiu/android-GridViewWithHeaderAndFooter
效果图:


六、ImageVIEw

PhotoVIEw
支持双击或双指缩放的ImageVIEw,在VIEwPager等Scrolling vIEw中正常使用,相比上面的AndroIDtouchgallery,不仅支持VIEwPager,同时支持单个ImageVIEw
项目地址:https://github.com/chrisbanes/PhotoView
Demo地址:https://play.google.com/store/apps/details?id=uk.co.senab.photoview.sample
APP示例:photup

androID-gif-drawable
支持gif显示的vIEw,用jni实现的,编译生成so库后直接xml定义vIEw即可,而且本身不依赖于其他开源项目所以相对下面的ImageVIEwEx简单的多
项目地址:https://github.com/koral--/android-gif-drawable

ImageVIEwEx
支持Gif显示的ImageVIEw
项目地址:https://github.com/frapontillo/ImageViewEx
Demo地址:https://github.com/Trinea/TrineaDownload/blob/master/imageviewex-demo.apk?raw=true
依赖很多,编译过程很繁琐!|_|!

RoundedImageVIEw
带圆角的ImageVIEw
项目地址:https://github.com/vinc3m1/RoundedImageView
效果图:

colorArt
根据图片的均色设置背景色显示文字和图片,类似itune11中效果
项目地址:https://github.com/MichaelEvans/ColorArt
Demo地址:https://github.com/Trinea/TrineaDownload/blob/master/color-art-demo.apk?raw=true

circleimageVIEw
圆形的ImageVIEw
项目地址:https://github.com/hdodenhof/CircleImageView
效果图:

ImageVIEwZoom
支持放大和平移的ImageVIEw
项目地址:https://github.com/sephiroth74/ImageViewZoom
APP示例:https://play.google.com/store/apps/details?id=com.aviary.android.feather

KenBurnsVIEw
实现Ken Burns effect效果,达到身临其境效果的ImageVIEw
项目地址:https://github.com/flavioarfaria/KenBurnsView

CustomShapeImageVIEw
各种形状的ImageVIEw, 相比上面的圆形ImageVIEw,多了更多形状
项目地址:https://github.com/MostafaGazar/CustomShapeImageView
 

Shape Image VIEw
可以自定义各种形状的ImageVIEw, 并且支持边框
项目地址:https://github.com/siyamed/android-shape-imageview
效果图:


七、Progressbar

SmoothProgressbar
水平进度条
项目地址:https://github.com/castorflex/SmoothProgressBar
Demo地址:https://play.google.com/store/apps/details?id=fr.castorflex.android.smoothprogressbar.sample

ProgressWheel
支持进度显示的圆形Progressbar
项目地址:https://github.com/Todd-Davies/ProgressWheel
Demo地址:https://github.com/Trinea/TrineaDownload/blob/master/progress-wheel-demo.apk?raw=true

androID-square-progressbar
在图片周围显示进度
项目地址:https://github.com/mrwonderman/android-square-progressbar
Demo地址:https://play.google.com/store/apps/details?id=net.yscs.android.square_progressbar_example
APP示例:square

HoLocircularProgressbar
AndroID4.1 时钟App样式
项目地址:https://github.com/passsy/android-HoloCircularProgressBar
APP示例:AndroID4.1时钟App
效果图:

Progressbutton
通过图钉的不同状态显示进度
项目地址:https://github.com/f2prateek/progressbutton
文档介绍:http://f2prateek.com/progressbutton/
效果图:

GoogleProgressbar
类似Google 多个圆形卡片翻转的progressbar
项目地址:https://github.com/jpardogo/GoogleProgressBar
效果图:

TH-Progressbutton
带圆形进度显示的按钮
项目地址;https://github.com/torryharris/TH-ProgressButton
效果图:

 

NumberProgressbar
带数字进度的进度条
项目地址:https://github.com/daimajia/NumberProgressBar
效果图:

CircularProgressDrawable
带圆形进度显示的进度条
项目地址:https://github.com/Sefford/CircularProgressDrawable
效果图:

circular-progress-button
带进度显示的button
项目地址:https://github.com/dmytrodanylyk/circular-progress-button
效果图:


八、TextVIEw

包括TextVIEw及所有继承自TextVIEw控件,如EditText、button、Radiobutton

androID-flowtextvIEw
文字自动环绕其他VIEw的Layout
项目地址:https://code.google.com/p/android-flowtextview/
效果图:http://i949.photobucket.com/albums/ad332/vostroman1500/1.png

AndroID Form EditText
验证输入合法性的编辑框,支持输入、英文、ip、url等多种正则验证
项目地址:https://github.com/vekexasia/android-edittext-validator
Demo地址:https://play.google.com/store/apps/details?id=com.andreabaccega.edittextformexample

Emojicon
支持emojis的TextVIEw和EditText
项目地址:https://github.com/rockerhieu/emojicon
文档地址:http://rockerhieu.com/emojicon/

androID-circlebutton
AndroID圆形按钮,实际实现是继承自ImageVIEw
项目地址:https://github.com/markushi/android-circlebutton
Demo地址:https://github.com/markushi/android-circlebutton/blob/master/example/example.apk

Segmented Radio buttons for AndroID
iOS’s segmented controls的实现
项目地址:https://github.com/vinc3m1/android-segmentedradiobutton
Demo地址:https://github.com/thquinn/DraggableGridView/blob/master/bin/DraggableGridViewSample.apk?raw=true
效果图:

Chips EditText library
支持国家名字联想从而选择显示该国国旗的EditText,实际就是通过SpannableStringBuilder实现
项目地址:https://github.com/kpbird/chips-edittext-library
Demo地址:https://github.com/kpbird/chips-edittext-library/tree/master/ChipsEditTextDemo/bin

autoFitTextVIEw
可固定边界内容字体大小自适应的TextVIEw
项目地址:https://github.com/grantland/android-autofittextview

Shimmer for AndroID
文字发淡光的TextVIEw
项目地址:https://github.com/RomainPiel/Shimmer-android

Titanic
可以显示水位上升下降(不知道该怎么描述 囧)的TextVIEw
项目地址:https://github.com/RomainPiel/Titanic
效果图:

androID-iconify
提供带Icon的TextVIEw,Menu,button等
项目地址:https://github.com/JoanZapata/android-iconify

Calligraphy
让我们在androID开发中使用自定义字体变得更加简单
项目地址 :https://github.com/chrisjenx/Calligraphy
效果图:

CreditsRoll
类似星球大战字幕效果的TextVIEw
项目地址:https://github.com/frakbot/CreditsRoll

androID-process-buton
带加载或提交进度的button
项目地址:https://github.com/dmytrodanylyk/android-process-buton

Fbutton
扁平化的button
项目地址:https://github.com/hoang8f/android-flat-button
Demo地址:https://play.google.com/store/apps/details?id=info.hoang8f.fbutton.demo

floatingActionbutton
一个类似AndroID版Google+浮动功能按钮的控件,可以响应ListVIEw的滚动事件。当列表向上滚动的时候会自动显示,向下滚动的时候自动隐藏。
项目地址:https://github.com/makovkastar/FloatingActionButton
Demo地址:https://github.com/makovkastar/FloatingActionButton/tree/master/
效果图:@L_502_276@

AndroID Saripaar
AndroID表单验证
项目地址:https://github.com/ragunathjawahar/android-saripaar/

JumPingBeans
文字像 Mexican beans 一样跳动
项目地址:https://github.com/frakbot/JumpingBeans
Demo地址:http://play.google.com/store/apps/details?id=net.frakbot.jumpingbeans.demo
效果图:

Fancybuttons
一个不用图片就可以帮助我们创建出漂亮按钮的库。
项目地址:https://github.com/medyo/fancybuttons
Demo地址:https://github.com/medyo/fancybuttons/tree/master/samples
 

AndroID-RobotoTextVIEw 一个实现了所有Roboto字体的TextVIEw,包括新出的Roboto Slab字体。
项目地址:https://github.com/johnkil/Android-RobotoTextView
Demo地址:http://play.google.com/store/apps/details?id=com.devspark.robototextview
Demo项目:https://github.com/johnkil/Android-RobotoTextView/tree/master/robototextview-sample
效果图:

AndroID-WizardPager
一个表单向导库
项目地址:https://github.com/romannurik/android-wizardpager
Demo项目:https://github.com/str4d/android-wizardpager/tree/textfield
 

RippleVIEw
一个实现了 AndroID L上才引入的点击按钮后出现水波纹效果的按钮
项目地址:https://github.com/siriscac/RippleView
Demo项目:https://github.com/siriscac/RippleView/tree/master/RippleViewExample
效果图:

AndroID floating Label Widgets
包含一系列控件,这些控件特点是:有默认值,当值不为空时默认值浮动到上面变为提示
项目地址:https://github.com/marvinlabs/android-floatinglabel-widgets
Demo地址:https://play.google.com/store/apps/details?id=com.marvinlabs.widget.floatinglabel.demo
在线演示:http:///watch?v=hpZD9gJcRg0&feature=youtu.be

MaterialEditText
EditText 的 Material Design 实现。包含 Google Material Design Spec中的UI效果和一些新增特性。
项目地址:https://github.com/rengwuxian/MaterialEditText

MultiActionTextVIEw
可以分别给TextVIEw中的某几个字设置点击事件的TextVIEw。
项目地址:https://github.com/ajaysahani/MultiActionTextView
效果图:


九、ScrollVIEw

discrollvIEw
支持滚动时Item淡入淡出,平移,缩放效果的ScrollVIEw
项目地址:@L_493_301@
Demo地址:https://github.com/flavienlaurent/discrollview/raw/master/sample.apk

PullScrollVIEw
仿照新浪微博AndroID客户端个人中心的ScrollVIEw,下拉背景伸缩回d效果。
项目地址:https://github.com/MarkMjw/PullScrollView
效果图:

ParallaxScrollVIEw
支持视差滚动的ScrollVIEw ,背景图片的滚动速度小于ScrollVIEw中子控件的滚动速度
项目地址:https://github.com/chrisjenx/ParallaxScrollView
Demo地址:http://cloud.github.com/downloads/chrisjenx/ParallaxScrollView/ParallaxScrollViewDemo-v1.0.5.apk

AKParallax-AndroID
支持视差滚动的ScrollVIEw
项目地址:https://github.com/ideaismobile/AKParallax-Android
Demo地址:https://play.google.com/store/apps/details?id=com.appkraft.parallax_sample

十、TimeVIEw

包括TimePicker、DatePicker、CalendarVIEw、Clock等时间相关控件

androID-times-square
AndroID日历时间部件,支持选取单个日期,多个日期,及日期区间段和对话框形式显示
项目地址:https://github.com/square/android-times-square
Demo地址:https://github.com/Trinea/TrineaDownload/blob/master/times-square-demo.apk?raw=true

androID-calendar-card
日历
项目地址:https://github.com/kenumir/android-calendar-card
Demo地址:https://play.google.com/store/apps/details?id=com.wt.calendarcardsample
效果图:

AndroIDWheel
AndroID Wheel支持城市、多种日期时间、密码、图片
项目地址:https://code.google.com/p/android-wheel/
效果图:

GoogleDateTimePickers
时间选择部件
项目地址:https://github.com/Mirkoddd/GoogleDateTimePickers
文档地址:https://play.google.com/store/apps/details?id=com.mirko.sample&hl=it

DateTimePicker
日期选择部件(Google Agenda的样式风格)
项目地址:https://github.com/flavienlaurent/datetimepicker
Demo地址:https://raw.github.com/biboune/datetimepicker/master/datetimepicker-sample.apk
效果图:

androID-betterpickers
提供日期、数字、时间(数字方式和钟表方式)、重复周期(闹钟的周期重复)、HMS(时、分、秒)的选择,支持以DialogFragment的d窗选择
项目地址:https://github.com/derekbrameyer/android-betterpickers
Demo地址:https://play.google.com/store/apps/details?id=com.doomonafireball.betterpickers.sample 效果图:

AndroID Week VIEw
日期控件,支持周,天视图,支持自定义样式
项目地址:https://github.com/alamkanak/Android-Week-View
效果图:


十一、TipVIEw

包括Toast、角标、Undobar等提示性控件

Crouton
丰富样式的Toast,允许alert、comfirm、info样式及点击消失样式,允许设置Toast显示时间,允许自定义view。 本文32. SuperToasts为其扩展版
项目地址:https://github.com/keyboardsurfer/Crouton
Demo地址:http://play.google.com/store/apps/details?id=de.keyboardsurfer.app.demo.crouton

supertooltips
带动画效果的Tips显示
项目地址:https://github.com/nhaarman/supertooltips
Demo地址:https://play.google.com/store/apps/details?id=com.haarman.supertooltips

AndroID VIEwBadger
为其他VIEw添加角标等
项目地址:https://github.com/jgilfelt/android-viewbadger
Demo地址:https://github.com/Trinea/TrineaDownload/blob/master/android-viewbadger.apk?raw=true
 

SuperToasts
更丰富样式的toast,支持button、Progress、Horizontal Progress样式、支持进入动画、支持撤销及其动画设置
项目地址:https://github.com/JohnPersano/SuperToasts
Demo地址:https://play.google.com/store/apps/details?id=com.supertoastsdemo
效果图:

Undobar
屏幕底部显示取消或是确认的Popupwindows
项目地址:https://github.com/soarcn/UndoBar
效果图:

Undobar
屏幕底部显示取消或是确认某 *** 作
项目地址:https://github.com/jenzz/Android-UndoBar
效果图:

AndroID-ActionItemBadge
可以在Actionbar的MenuItem上显示一个小角标
项目地址:https://github.com/mikepenz/Android-ActionItemBadge
效果图:

十二、FlipVIEw

androID-flip
类似Flipboard翻转动画的实现
项目地址:https://github.com/openaphid/android-flip
Demo地址:https://github.com/openaphid/android-flip/blob/master/FlipView/Demo/APK/Aphid-FlipView-Demo.apk?raw=true
APP示例:flipboard

FlipImageVIEw
支持x、y、z及动画选择的翻转动画的实现
项目地址:https://github.com/castorflex/FlipImageView
Demo地址:https://play.google.com/store/apps/details?id=fr.castorflex.android.flipimageview

FoldableLayout
Flip翻转效果的ListVIEw,目前还不支持ListVIEw缓存
项目地址:https://github.com/alexvasilkov/FoldableLayout
Demo地址:http://play.google.com/store/apps/details?id=com.alexvasilkov.foldablelayout.sample

十三、colorPickVIEw

colorPickerVIEw
颜色选择器,支持Popupwindows或新的Activity中打开
项目地址:https://code.google.com/p/color-picker-view/
效果图:

HolocolorPicker
颜色选择器
项目地址:https://github.com/LarsWerkman/HoloColorPicker
Demo地址:https://docs.google.com/file/d/0BwclyDTlLrdXRzVnTGJvTlRfU2s/edit

colorPickerPreference
颜色选择器
项目地址:https://github.com/attenzione/android-ColorPickerPreference
效果图:

colorPicker
颜色选择器(Google Agenda中的样式风格)
项目地址:https://github.com/flavienlaurent/colorpicker
Demo地址:https://raw.github.com/biboune/colorpicker/master/colorpicker-sample.apk 效果图:


十四、GraphVIEw

MPAndroIDChart
强大的图表绘制工具,支持折线图、面积图、散点图、时间图、柱状图、条图、饼图、气泡图、圆环图、范围(高至低)条形图、网状图及各种图的结合;支持图的拖拽缩放;支持 AndroID 2.2 以上,支持横纵轴缩放,多指缩放,展现动画、高亮、保存到 sdcard、从文件读取图表
项目地址:https://github.com/PhilJay/MPAndroidChart
Demo地址:https://play.google.com/store/apps/details?id=com.xxmassdeveloper.mpchartexample
Demo项目:https://github.com/PhilJay/MPAndroidChart/tree/master/MPChartExample
在线演示:https:///watch?v=ufaK_Hd6BpI
效果图:






achartengine
强大的图表绘制工具,支持折线图、面积图、散点图、时间图、柱状图、条图、饼图、气泡图、圆环图、范围(高至低)条形图、拨号图/表、立方线图及各种图的结合
项目地址:https://code.google.com/p/achartengine/
官方网站:http://www.achartengine.org/
http://www.achartengine.org/dimages/sales_line_and_area_chart.png
http://www.achartengine.org/dimages/temperature_range_chart.png
http://www.achartengine.org/dimages/combined_chart.png
http://www.achartengine.org/dimages/budget_chart.png
APP示例:wordpress AndroID,Google Analytics

GraphVIEw
绘制图表和曲线图的VIEw,可用于AndroID上的曲形图、柱状图、波浪图展示
项目地址:https://github.com/jjoe64/GraphView
Demo项目:https://github.com/jjoe64/GraphView-Demos
APP示例:wordpress AndroID,Google Analytics

HoloGraphlibrary
绘制现状图、柱状图、饼状图
项目地址:https://bitbucket.org/danielnadeau/holographlibrary/src
文档介绍:https://bitbucket.org/danielnadeau/holographlibrary/wiki/Home

XCL-Charts
XCL-Charts基于原生的Canvas来绘制各种图表,在设计时,尽量在保证开发效率的同时,给使用者提供足够多的定制化能力。因此使用简便,同时具有相当灵活的定制能力。目前支持3D/非3D柱形图(bar Chart)、3D/非3D饼图(PIE Chart)、堆积图(Stacked bar Chart)、面积图(Area Chart)、 折线图(line Chart)、曲线图(Spline Chart)、环形图(Dount Chart)、南丁格尔玫瑰图(Rose Chart)、仪表盘(Dial Chart)、刻度盘(Gauge Chart)、雷达图(Radar Chart)、圆形图(Circle Chart)等图表。其它特性还包括支持图表缩放、手势移动、动画显示效果、高密度柱形显示、图表分界定制线、多图表的混合显示及同数据源不同类型图表切换等。
项目地址:https://github.com/xcltapestry/XCL-Charts
Demo地址:https://github.com/xcltapestry/XCL-Charts/blob/master/XCL-Charts-demo/bin/XCL-Charts-demo.apk?raw=true

EazeGraph
AndroID 图表库,支持柱状图、分层柱状图、饼状图、线性图
项目地址:https://github.com/blackfizz/EazeGraph
Demo地址:https://play.google.com/store/apps/details?id=org.eazegraph.app

WilliamChart
绘制图表的库,支持lineChartVIEw、barChartVIEw和StackbarChartVIEw三中图表类型,并且支持 AndroID 2.2及以上的系统。
项目地址:https://github.com/diogobernardino/WilliamChart
Demo项目:https://github.com/diogobernardino/WilliamChart/tree/master/sample
Demo地址:https://play.google.com/store/apps/details?id=com.db.williamchartdemo

HelloCharts for AndroID
支持折线图、柱状图、饼图、气泡图、组合图;支持预览、放大缩小,滚动,部分图表支持动画;支持 AndroID 2.2 以上
项目地址:https://github.com/lecho/hellocharts-android
Demo地址:https://play.google.com/store/apps/details?id=lecho.lib.hellocharts.samples
在线演示:https:///watch?v=xbSBjyjH2SY

十五、UI Style

不同样式的系统UI风格,如IOS、bootstrap风格

UItableVIEw
ios风格控件,包括button、ListVIEw、tableVIEw
项目地址:https://github.com/thiagolocatelli/android-uitableview
Demo地址:https://github.com/Trinea/TrineaDownload/blob/master/ui-tableview-demo.apk?raw=true

AtableVIEw
ios风格控件
项目地址:https://github.com/dmacosta/ATableView
Demo地址:https://play.google.com/store/apps/details?id=com.nakardo.atableview.demo

Cards-UI
卡片式VIEw,支持单个卡片,item为卡片的ListVIEw
项目地址:https://github.com/afollestad/Cards-UI
Demo地址:@L_875_403@

cardslib
卡片式VIEw,支持单个卡片,item为卡片的ListVIEw和GrIDVIEw
项目地址:@L_516_404@
Demo地址:https://play.google.com/store/apps/details?id=it.gmariotti.cardslib.demo

AndroID-bootstrap
bootstrap 风格的按钮
项目地址:https://github.com/Bearded-Hen/Android-Bootstrap

Material Design AndroID library
AndroID L 中 Material Design 风格的组件适配到 AndroID 2.2+
项目地址:https://github.com/navasmdc/MaterialDesignLibrary

AndroID FlatUI
AndroID 扁平化风格的组件,支持一些自定义样式
项目地址:https://github.com/eluleci/FlatUI
效果图:


十六、其他

SwipeBackLayout
左右或向上滑动返回的Activity
项目地址:https://github.com/Issacw0ng/SwipeBackLayout
Demo地址:https://play.google.com/store/apps/details?id=me.imid.swipebacklayout.demo
APP示例:知乎

androID-styled-dialogs
可自定义样式的dialog,默认与Holo主题样式一致,在AndroID2.2以上同一样式
项目地址:https://github.com/inmite/android-styled-dialogs
Demo地址:https://github.com/Trinea/TrineaDownload/blob/master/styled-dialogs-demo.apk?raw=true

AndroID SlIDing Up Panel
可拖动的VIEw,能在当前Activity上扶起一个可拖动的Panel
项目地址:https://github.com/umano/AndroidSlidingUpPanel
Demo地址:https://play.google.com/store/apps/details?id=com.sothree.umano
APP示例:Google Music精简播放栏

AndroIDWheel
AndroID Wheel支持城市、多种日期时间、密码、图片
项目地址:https://code.google.com/p/android-wheel/
效果图:

tableFixheaders
第一列固定的table
项目地址:https://github.com/InQBarna/TableFixHeaders
Demo地址:http://bit.ly/13buAIq

Inscription
可用于展示应用change和new feature信息
项目地址:https://github.com/MartinvanZ/Inscription

ActivityTransition
Activity切换动画,包括渐变、flip、某个位置进入等等
项目地址:https://github.com/ophilbert/ActivityTransition
使用介绍:https://github.com/jfeinstein10/JazzyViewPager/blob/master/JazzyViewPager.apk?raw=true
效果图:类似桌面左右切换的各种效果,不过桌面并非用VIEwPager实现而已

EasyAndroIDAnimations
针对VIEw的各种动画
项目地址:https://github.com/2359media/EasyAndroidAnimations

GlowPadBackport
将AndroID4.2的锁屏界面解锁扩展到AndroID1.6及1.6+
项目地址:https://github.com/rock3r/GlowPadBackport
Demo地址:https://play.google.com/store/apps/details?id=net.sebastianopoggi.samples.ui.GlowPadSample
效果图:

GlowPadVIEw
AndroID4锁屏界面解锁
项目地址:https://github.com/nadavfima/GlowPadView
效果图:https://raw.github.com/nadavfima/GlowPadView/master/example.png

androID-lockpattern
AndroID的图案密码解锁
项目地址:https://code.google.com/p/android-lockpattern/
Demo地址:https://play.google.com/store/apps/details?id=group.pals.android.lib.ui.lockpattern.demo
使用介绍:https://code.google.com/p/android-lockpattern/wiki/QuickUse
APP示例:AndroID开机的图案密码解锁,支付宝的密码解锁

Rangebar
类似于Seekbar,不同的是可以选择一个范围内的值而不是单个值
项目地址:https://github.com/edmodo/range-bar
Demo地址:https://github.com/Trinea/TrineaDownload/blob/master/range-bar-demo.apk?raw=true
效果图: 

ChromeVIEw
利用Chromium实现的WebVIEw,解决各个AndroID版本WebVIEw不同的问题,同时利用最新Chrome代码
项目地址:https://github.com/pwnall/chromeview

androID-phased-seek-bar
支持预先定义状态的Seekbar
项目地址:https://github.com/ademar111190/android-phased-seek-bar
效果图: 

AndroID SlIDer Preference library
可添加到设置中的基于对话框的Rankbar小部件
项目地址:https://github.com/jayschwa/AndroidSliderPreference

ShowcaseVIEw library
用于高亮显示应用程序的特定部分,从而突出突出重点
项目地址:https://github.com/amlcurran/ShowcaseView

androID-segmented-control
AndroID上的Segmented Controls,相当于Radiobutton组
项目地址:https://github.com/hoang8f/android-segmented-control

Swipeable Cards
类似Tinder的卡片效果,可以加载图片并动画效果展示,向左滑动表示喜欢,向右表示不喜欢
项目地址:https://github.com/kikoso/Swipeable-Cards
Demo地址:https://play.google.com/store/apps/details?id=info.hoang8f.fbutton.demo

EdgeEffectOverrIDe
改变ScrollVIEw, ListVIEw, ExpandableListVIEw, GrIDVIEw, VIEwPager等滚动控件滚动到边缘的颜色效果
项目地址:https://github.com/AndroidAlliance/EdgeEffectOverride

androID-pinned-header-ListvIEws
使ExpandListVIEw的Group滑动到顶端时会固定不动直到另外一个Group到达顶端
项目地址:https://github.com/rtyley/android-pinned-header-listviews

AndroIDSwipeLayout
滑动Layout,支持单个VIEw,ListVIEw,GrIDVIEw
项目地址:https://github.com/daimajia/AndroidSwipeLayout
Demo地址:Download Demo
效果图: 

Dynamiccardlayout
在AndroID中实现的类似windows8的瓷片布局
项目地址:https://github.com/dodola/DynamicCardLayout
效果图: 

Emoticons-Keyboard
带表情情符号的自定义键盘
项目地址:https://github.com/chiragjain/Emoticons-Keyboard
效果图: 

AndroID Typeface Helper
可以帮你轻松实现自定义字体的库
项目地址:@L_403_454@
效果图: 

AndroID-Anim-Playground
几个动画效果,其中第二个基于androID-svg的绘制效果非常好
项目地址:https://github.com/Tibolte/Android-Anim-Playground
效果图: 

NiftyDialogEffects
支持自定义飞入动画样式的 Dialog
项目地址:https://github.com/sd6352051/NiftyDialogEffects
在线演示:http://tympanus.net/Development/ModalWindowEffects/

PostOffice
创建 Holo 及 Material Design 样式的 Dialog
项目地址:https://github.com/r0adkll/PostOffice

Swipecards
类似Tinder的卡片效果,可以加载图片并动画效果展示,向左滑动表示喜欢,向右表示不喜欢,根据 Kikoso's Swipeable-Cards 改造而来
项目地址:https://github.com/Diolor/Swipecards

SeekArc
圆形的 Seekbar
项目地址:https://github.com/TriggerTrap/SeekArc
效果图: 

BlurDialogFragment
显示 DialogFragment 时背景模糊效果
项目地址:https://github.com/tvbarthel/BlurDialogFragment
Demo地址:https://play.google.com/store/apps/details?id=fr.tvbarthel.lib.blurdialogfragment.sample

第二部分 工具库

主要包括那些不错的开发库,包括依赖注入框架、图片缓存、网络相关、数据库ORM建模、AndroID公共库、AndroID 高版本向低版本兼容、多媒体相关及其他。

一、依赖注入DI

通过依赖注入减少VIEw、服务、资源简化初始化,事件绑定等重复繁琐工作

AndroIDAnnotations(Code DIEt)
androID快速开发框架
项目地址:https://github.com/excilys/androidannotations
文档介绍:https://github.com/excilys/androidannotations/wiki
官方网站:http://androidannotations.org/
特点:(1) 依赖注入:包括vIEw,extras,系统服务,资源等等
(2) 简单的线程模型,通过annotation表示方法运行在ui线程还是后台线程
(3) 事件绑定:通过annotation表示vIEw的响应事件,不用在写内部类
(4) REST客户端:定义客户端接口,自动生成REST请求的实现
(5) 没有你想象的复杂:AndroIDAnnotations只是在在编译时生成相应子类
(6) 不影响应用性能:仅50kb,在编译时完成,不会对运行时有性能影响。
PS:与roboguice的比较:roboguice通过运行时读取annotations进行反射,所以可能影响应用性能,而AndroIDAnnotations在编译时生成子类,所以对性能没有影响

roboguice
帮你处理了很多代码异常,利用annotation使得更少的代码完成项目
项目地址:https://github.com/roboguice/roboguice
文档介绍:https://github.com/roboguice/roboguice/wiki

butterknife
利用annotation帮你快速完成VIEw的初始化,减少代码
项目地址:https://github.com/JakeWharton/butterknife
文档介绍:http://jakewharton.github.io/butterknife/

Dagger
依赖注入,适用于AndroID和Java
项目地址:https://github.com/square/dagger
文档介绍:http://square.github.io/dagger/

二、图片缓存

AndroID-Universal-image-loader
图片缓存,目前使用最广泛的图片缓存,支持主流图片缓存的绝大多数特性。
项目地址:https://github.com/nostra13/Android-Universal-Image-Loader
Demo地址:https://github.com/Trinea/TrineaDownload/blob/master/universal-imageloader-demo.apk?raw=true
文档介绍:http://www.intexsoft.com/blog/item/74-universal-image-loader-part-3.html

picasso
square开源的图片缓存
项目地址:https://github.com/square/picasso
文档介绍:http://square.github.io/picasso/
特点:(1)可以自动检测adapter的重用并取消之前的下载
(2)图片变换
(3)可以加载本地资源
(4)可以设置占位资源
(5)支持deBUG模式

ImageCache
图片缓存,包含内存和Sdcard缓存
项目地址:https://github.com/Trinea/AndroidCommon
Demo地址:https://play.google.com/store/apps/details?id=cn.trinea.android.demo
文档介绍:http://www.trinea.cn/android/android-imagecache/
特点:(1)支持预取新图片,支持等待队列
(2)包含二级缓存,可自定义文件名保存规则
(3)可选择多种缓存算法(FIFO、liFO、LRU、MRU、LFU、MFU等13种)或自定义缓存算法
(4)可方便的保存及初始化恢复数据
(5)支持不同类型网络处理
(6)可根据系统配置初始化缓存等

Cube ImageLoader
阿里巴巴一淘使用的图片加载,综合了AndroID-Universal-image-loader 和 square 等组件优点,简单易用,良好的中文文档支持
项目地址:https://github.com/etao-open-source/cube-sdk
Demo地址:https://github.com/liaohuqiu/cube-sdk/raw/master/cube-sdk-sample.apk
文档介绍:http://cube-sdk.liaohuqiu.net/
效果图:

三、网络相关

Asynchronous http ClIEnt for AndroID
AndroID异步http请求
项目地址:https://github.com/loopj/android-async-http
文档介绍:http://loopj.com/android-async-http/
特点:(1) 在匿名回调中处理请求结果
(2) 在UI线程外进行http请求
(3) 文件断点上传
(4) 智能重试
(5) 默认Gzip压缩
(6) 支持解析成Json格式
(7) 可将cookies持久化到SharedPreferences

androID-query
异步加载,更少代码完成AndroID加载
项目地址:https://github.com/androidquery/androidquery 或 https://code.google.com/p/android-query/
文档介绍:https://code.google.com/p/android-query/#Why_AQuery?
Demo地址:https://play.google.com/store/apps/details?id=com.androidquery
特点:https://code.google.com/p/android-query/#Why_AQuery?

Async http ClIEnt
Java异步http请求
项目地址:@L_210_502@
文档介绍:http://sonatype.github.io/async-http-client/

Ion
支持图片、Json、http post等异步请求
项目地址:https://github.com/koush/ion
文档介绍:https://github.com/koush/ion#more-examples

httpCache
http缓存
项目地址:https://github.com/Trinea/AndroidCommon
Demo地址:https://play.google.com/store/apps/details?id=cn.trinea.android.demo
文档介绍:http://www.trinea.cn/android/android-http-cache
特点是:(1) 根据cache-control、expires缓存http请求
(2) 支持同步、异步http请求
(3) 在匿名回调中处理请求结果
(4) 在UI线程外进行http请求
(5) 默认Gzip压缩

http Request
项目地址:https://github.com/kevinsawicki/http-request
文档介绍:@L_403_510@

okhttp
square开源的http工具类
项目地址:https://github.com/square/okhttp
文档介绍:http://square.github.io/okhttp/
特点:(1) 支持SPDY( http://zh.wikipedia.org/wiki/SPDY )协议。SPDY协议是Google开发的基于传输控制协议的应用层协议,通过压缩,多路复用(一个TCP链接传送网页和图片等资源)和优先级来缩短加载时间。
(2) 如果SPDY不可用,利用连接池减少请求延迟
(3) Gzip压缩
(4) Response缓存减少不必要的请求

Retrofit
RESTFul API设计
项目地址:https://github.com/square/retrofit
文档介绍:http://square.github.io/retrofit/

RoboSpice
AndroID异步网络请求工具,支持缓存、REST等等
项目地址:https://github.com/stephanenicolas/robospice
Demo地址:https://github.com/stephanenicolas/RoboDemo/downloads

四、数据库 orm工具包

orm的db工具类,简化建表、查询、更新、插入、事务、索引的 *** 作

greenDAO
AndroID sqlite orm的db工具类
项目地址:https://github.com/greenrobot/greenDAO
文档介绍:http://greendao-orm.com/documentation/
官方网站:http://greendao-orm.com/
特点:(1) 性能佳
(2) 简单易用的API
(3) 内存小好小
(4) 库大小小

ActiveAndroID
AndroID sqlite orm的db工具类
项目地址:https://github.com/pardom/ActiveAndroid
文档介绍:https://github.com/pardom/ActiveAndroid/wiki/_pages

Sprinkles
AndroID sqlite orm的db工具类
项目地址:https://github.com/emilsjolander/sprinkles
文档介绍:http://emilsjolander.github.io/blog/2013/12/18/android-with-sprinkles/
特点:比较显著的特点就是配合https://github.com/square/retrofit 能保存从服务器获取的数据

Realm
移动端的数据库,适用于 Phone、tablet、Wearable,支持 ORM,线程安全、支持连表及数据库加密,比 sqlite 性能更好
项目地址:https://github.com/realm/realm-java
文档介绍:http://realm.io/docs/java/0.72.0/

ormlite-androID
项目地址:https://github.com/j256/ormlite-android
文档介绍:http://ormlite.com/sqlite_java_android_orm.shtml

Schematic
根据sqlite生成ContentProvIDer
项目地址:https://github.com/SimonVT/schematic

五、AndroID公共库

Guava
Google的基于java1.6的类库集合的扩展项目,包括collections, caching, primitives support, concurrency librarIEs, common annotations, string processing, I/O等等. 这些高质量的API可以使你的JAVa代码更加优雅,更加简洁
项目地址:https://code.google.com/p/guava-libraries/
文档介绍:https://code.google.com/p/guava-libraries/wiki/GuavaExplained

Volley
Google提供的网络通信库,使得网络请求更简单、更快速
项目地址:https://android.googlesource.com/platform/frameworks/volley
Github地址:https://github.com/mcxiaoke/android-volley
文档地址:http:///io-2013/presentations/110 - Volley- Easy, Fast Networking for Android.pdf

AndroIDCommon
AndroID公共库
项目地址:https://github.com/Trinea/AndroidCommon
Demo地址:https://play.google.com/store/apps/details?id=cn.trinea.android.demo
文档介绍:http://www.trinea.cn/android/android-common-lib/
包括:(1)缓存(图片缓存、预取缓存、网络缓存)
(2) 公共VIEw(下拉及底部加载更多ListVIEw、底部加载更多ScrollVIEw、滑动一页gallery)
(3) AndroID常用工具类(网络、下载、AndroID资源 *** 作、shell、文件、Json、随机数、Collection等等)

shipfaster
整合了Dagger otto Retrofit Robolectric Picasso Okhttp,方便快速开发
项目地址:https://github.com/pyricau/shipfaster

CleanAndroIDCode
整合了Dagger otto AndroIDAnnotations,方便快速开发
项目地址:https://github.com/pyricau/CleanAndroidCode

xUtils
基于Afinal,包含dbutils、VIEwUtils、httpUtils、BitmapUtils四大模块,可用于快速开发
项目地址:https://github.com/wyouflf/xUtils

Afinal
Afinal是一个androID的ioc,orm框架,内置了四大模块功能:FinalAcitivity,FinalBitmap,FinalDb,Finalhttp。通过finalActivity,我们可以通过注解的方式进行绑定ui和事件。通过finalBitmap,我们可以方便的加载bitmap图片,而无需考虑oom等问题。通过finalDB模块,我们一行代码就可以对androID的sqlite数据库进行增删改查。通过Finalhttp模块,我们可以以AJAX形式请求http数据
项目地址:https://github.com/yangfuhai/afinal
官方网站:http://www.afinal.org

ultimateAndroID
ultimateAndroID是一个快速开发AndroID应用的框架,框架目前主要包含的功能有VIEw Injection,ORM,异步网络请求和图片加载,自动化脚本测试,磁盘LRU等功能.同时提供了类似于TripleDes、WebvIEw快速设置、Md5处理、String处理,https处理等常用工具类,还有超过100多种UI控件效果。
项目地址:https://github.com/cymcsg/UltimateAndroid
官方网站:http://blog.marshalchen.com/UltimateAndroid/

六、AndroID 高版本向低版本兼容

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都在用

Nine old AndroIDs
将AndroID 3.0(Honeycomb)所有动画API(ObjectAnimator ValueAnimator等)兼容到AndroID1.0
项目地址:https://github.com/JakeWharton/NineOldAndroids
Demo地址:https://play.google.com/store/apps/details?id=com.jakewharton.nineoldandroids.sample
文档介绍:http://nineoldandroids.com/

HoloEverywhere
将AndroID 3.0的Holo主题兼容到AndroID2.1++
项目地址:https://github.com/Prototik/HoloEverywhere
Demo地址:https://raw.github.com/Prototik/HoloEverywhere/repo/org/holoeverywhere/demo/2.1.0/demo-2.1.0.apk
文档介绍:http://android-developers.blogspot.com/2012/01/holo-everywhere.html

SherlockNavigationDrawer
将AndroID NavigationDrawer和ActionbarSherlock结合,解决4.0以下NavigationDrawer的适配问题
项目地址:https://github.com/tobykurien/SherlockNavigationDrawer
文档地址:http://developer.android.com/training/implementing-navigation/nav-drawer.html

Notifications4EveryWhere
将AndroID 4.1的Notification兼容到AndroID2.2++
项目地址:https://github.com/youxiachai/Notifications4EveryWhere

AndroID Switch Widget Backport
将AndroID Switch和SwitchPreference的兼容到AndroID2.1++
项目地址:https://github.com/BoD/android-switch-backport
Demo地址:https://play.google.com/store/apps/details?id=org.jraf.android.backport.switchwidget.sample
文档介绍:https://github.com/BoD/android-switch-backport#using-the-switch

androID-datepicker
将AndroID 4.0的datepicker兼容到AndroID2.2++
项目地址:https://github.com/SimonVT/android-datepicker

GlowPadBackport
AndroID 4.2的GlowPadVIEw向后适配到API4以上
项目地址:https://github.com/frakbot/GlowPadBackport

Transitions Everywhere
AndroID 4.4 的 Transitions API 兼容到 AndroID 2.2 以上
项目地址:https://github.com/andkulikov/transitions-everywhere

七、多媒体相关

cocos2d-x
跨平台的2d游戏框架,支持AndroID、IOS、linux、windows等众多平台
项目地址:https://github.com/cocos2d/cocos2d-x
文档介绍:http://www.cocos2d-x.org/wiki
官方网站:http://www.cocos2d-x.org/

Vitamio
是一款AndroID与iOS平台上的全能多媒体开发框架
项目地址:https://github.com/yixia/VitamioBundle
网站介绍:http://www.vitamio.org/docs/
特点:(1) 全面支持硬件解码与GPU渲染
(2) 能够流畅播放720P甚至1080P高清MKV,FLV,MP4,MOV,TS,RMVB等常见格式的视频
(3) 在AndroID与iOS上跨平台支持 MMS, RTSP, RTMP, HLS(m3u8)等常见的多种视频流媒体协议,包括点播与直播。

Photoprocessing
利用ndk处理图片库,支持Instafix、Ansel、Testino、XPro、Retro、BW、Sepia、Cyano、Georgia、Sahara、HDR、Rotate(旋转)、Flip(翻转)等各种特效
项目地址:https://github.com/lightbox/PhotoProcessing
Demo地址:https://github.com/Trinea/TrineaDownload/blob/master/photo-processing.apk?raw=true

AndroID StackBlur
图片模糊效果工具类
项目地址:https://github.com/kikoso/android-stackblur
Demo地址:https://github.com/kikoso/android-stackblur/blob/master/StackBlurDemo/bin/StackBlurDemo.apk?raw=true
文档介绍:https://github.com/kikoso/android-stackblur#usage

Bitmap Smart ClipPing using OpenCV
图片智能裁剪保留重要部分显示
项目地址:https://github.com/beartung/tclip-android
利用淘宝的 http://code.taobao.org/p/tclip/ 库完成
一淘玩客正在使用的图片裁剪,自动识别图片中的重要区域,并且在图片裁剪时保留重要区域
特点:(1). 能进行人脸识别。图片中有人脸,将自动视为人脸区域为重要区域,将不会被裁剪掉
(2).自动其它重要区域。如果图片中未识别出人脸,则会根据特征分布计算出重区域

Cropper
图片局部剪切工具,可触摸控制选择区域或旋转
项目地址:https://github.com/edmodo/cropper
使用介绍:https://github.com/edmodo/cropper/wiki
效果图:

android-crop
图片裁剪Activity
项目地址:https://github.com/jdamcd/android-crop
效果图:

TileVIEw
可分块显示大图,支持2D拖动、双击、双指放大、双指捏合
项目地址:https://github.com/moagrius/TileView
Demo地址:http://moagrius.github.io/TileView/TileViewDemo.apk

BlurEffectForAndroIDDesign
图片模糊效果
项目地址:https://github.com/PomepuyN/BlurEffectForAndroidDesign

androID-eye
PC端网页查看同一局域网内的手机摄像头内容,可以用来监控哦
项目地址:https://github.com/Teaonly/android-eye
Demo地址:https://play.google.com/store/apps/details?id=teaonly.droideye

libpng for AndroID
PNG图片的jni库,支持几乎png的所有特性
项目地址:https://github.com/julienr/libpng-android
文档地址:http://www.libpng.org/pub/png/libpng.html

androID-gpuimage
基于GPU的图片滤镜
项目地址:https://github.com/CyberAgent/android-gpuimage

AndroIDFaceCropper
图片脸部自动识别,将识别后的局部图片返回
项目地址:https://github.com/lafosca/AndroidFaceCropper

AndroID VIDeo Crop
利用TextureVIEw播放和剪切视频,类似ImageVIEw.setScaleType
项目地址:https://github.com/dmytrodanylyk/android-video-crop
Demo地址:https://github.com/lafosca/AndroidFaceCropper/releases/download/1.0/FaceCropper-sample-debug-unaligned.apk

svg-androID
AndroID Svg矢量图形支持
项目地址:https://github.com/japgolly/svg-android https://github.com/japgolly/svg-android

AndroID Visualizer
从AndroID MediaPlayer获得音频,然后像iTunes及WinAmp一样展示音轨
项目地址:https://github.com/felixpalmer/android-visualizer

ExoPlayer
包括仪表板和SmoothStreaming自适应回放,缓存持久化和自定义渲染器,方便自定义和扩展,并且可以通过应用商店更新
项目地址:https://github.com/google/ExoPlayer

DanmakuFlameMaster
androID上开源d幕解析绘制引擎项目
项目地址:https://github.com/ctiao/DanmakuFlameMaster

八、事件总线(订阅者模式)

通过发布/订阅事件解耦事件发送和接受,从而简化应用程序组件(ActivitIEs, Fragments及后台线程)之间的通信

EventBus
greenrobot的开源项目
项目地址:https://github.com/greenrobot/EventBus
文档介绍:https://github.com/greenrobot/EventBus#general-usage-and-api
特点:(1) 支持在不同类型的线程中处理订阅,包括发布所在线程,UI线程、单一后台线程、异步线程
(2) 支持事件优先级定义,支持优先级高的订阅者取消事件继续传递,支持粘性事件,是不是跟系统的有序广播、粘性广播很像啊
(3) 不是基于annotations
(4) 性能更优
(5) 体积小
(6) 支持单例创建或创建多个对象
(7) 支持根据事件类型订阅

otto
Square的开源项目,基于Guava的AndroID优化
项目地址:https://github.com/square/otto
文档介绍:http://square.github.io/otto/
EventBus与Otto的功能及性能对比文档
EventBus与Otto性能对比Demo Apk

还有没显示全的,请回到顶端查看来源地址

总结

以上是内存溢出为你收集整理的Android开源项目分类汇总大全全部内容,希望文章能够帮你解决Android开源项目分类汇总大全所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1080698.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-27
下一篇 2022-05-27

发表评论

登录后才能评论

评论列表(0条)

保存