Android开源框架及库

组件库版本协议下载地址效果图说明
ActionBarSherlock4.2.0Apachehttp://actionbarsherlock.com/download.html
Android compatibility library 的一个扩展, 由于Android兼容开发包没有包含ActionBar. 所以就有了ActionBarSherlock.
ActionBarApachehttps://github.com/johannilsson/android-actionbar
ActionBar
GifView1.1Apachehttp://code.google.com/p/gifview/downloads/list解决了android中没有直接显示gif的view,只能通过mediaplay来显示gif的问题,其用法和ImageView一样。
GreenDroidApachehttps://github.com/cyrilmottier/GreenDroidandroid平台的一个开发库。他能使android UI开发更加的简单和一致。
PullToRefresh2.1.1Apachehttps://github.com/chrisbanes/Android-PullToRefresh
实现向上或向下互动时自动刷新View的功能。
PullToRefreshApachehttps://github.com/johannilsson/android-pulltorefresh一个 ListView 的扩展,用来实现向下互动时自动刷新列表的功能。
SlidingMenuApachehttps://github.com/jfeinstein10/SlidingMenu
Android上实现类似 Facebook和Path 2.0滑动式菜单的组件;
SwitchButtonApachehttps://github.com/IssacWang/SwitchButton
类似IOS上的SwitchButton,支持滑动和动画;
ViewbadgerApachehttps://github.com/jgilfelt/android-viewbadger
可以使android 控件在无需改变布局的情况下显示badge(标记);
ViewflowApachehttps://github.com/pakerfeldt/android-viewflow
Android 平台上一个视图切换的效果库。相当于 Android UI 部件提供水平滚动的ViewGroup。
ViewPagerIndicator2.4.1Apachehttps://github.com/JakeWharton/Android-ViewPagerIndicator
可以用于实现工作区的UI设计。
Paging indicator widgets that are compatible with(兼容) the ViewPager from the Android Support Library to improve discoverability of content.
Maven Android Plugin3.5Apachehttps://github.com/jayway/maven-android-plugin一个Android应用开发插件;
RoboGuice2.0Apachehttp://code.google.com/p/roboguice/
UITableViewApachehttps://github.com/thiagolocatelli/android-uitableview
NewQuickActionApachehttps://github.com/lorensiuswlt/NewQuickAction
NewQuickAction is a small android library to create QuickAction dialog.
LazyListMIThttps://github.com/thest1/LazyList
支持在ListView中显示图片,图片可后台异步加载,缓存到本地SD卡或内存中,也可将图片用在GridView中。
SmartImageView1.0.0Apachehttp://loopj.com/android-smart-image-view/封装了ImageView,支持通过URL来加载图片;支持从电话簿中加载图片;异步加载图片;图片被缓存在内存,以便下次快速加载显示;
RibbonMenuApachehttps://github.com/darvds/RibbonMenu
Android 上的一个导航菜单组件;
PathButtonApachehttps://github.com/dodola/PathButton
类似Path应用首页左下角的Button。
cwac-adapter1.0Apachehttps://github.com/commonsguy/cwac-adapter提供了一个AdapterWrapper,一个简单的封装类,默认情况下,代表所有ListAdapter的方法来包装ListAdapter。 
cwac-anddown0.1Apachehttps://github.com/commonsguy/cwac-anddownProvides support for Markdown syntax in Android, such as a JNI wrapper around the sundown Markdown to HTML converter(转换器).
cwac-bus0.1Apachehttps://github.com/commonsguy/cwac-bus提供一组类来实现一个内部应用程序消息总线。这个组件专门针对服务与Activitie之间的通信,尤其是当Activitie可以在屏幕上旋转变换时。
cwac-cache0.1Apachehttps://github.com/commonsguy/cwac-cache提供一组类似于为Android应用程序提供缓存服务。 
cwac-colormixer0.4.1Apachehttps://github.com/commonsguy/cwac-colormixerProvides a simple color mixer widget, dialog, activity, and preference.
cwac-custmenu0.1Apachehttps://github.com/commonsguy/cwac-custmenu提供创建一个自定义的菜单项,并且可以设置菜单项的顺序。 
cwac-endless1.2Apachehttps://github.com/commonsguy/cwac-endless提供了一个EndlessAdapter, 它将一个已经存在的添加了"endless list"性能的ListAdapter进行了封装。当用户滚动List的底部,如果这个List有更多的数据检索到,后台线程中获取新行,然后得到无缝地附加到列表的底部的效果,即一个下拉刷新列表。
cwac-loaderex0.7.0Apachehttps://github.com/commonsguy/cwac-loaderexProvides an implementation of the Loader framework for SQLite databases, SQLCipher for Android databases, and SharedPreferences.
cwac-locpoll0.2.3Apachehttps://github.com/commonsguy/cwac-locpoll提供一个寻找你的当前位置并反馈给你的一个服务,旨在引发警报。该服务会使手机一直保持唤醒状态。
cwac-merge0.4.0Apachehttps://github.com/commonsguy/cwac-merge提供一个MergeAdapter,MergeAdapter是一个混合了多重Views或者ListAdapters到一个单一的ListAdapter中的ListAdapter。
cwac-mmcursor0.0.1Apachehttps://github.com/commonsguy/cwac-mmcursor提供了一个MutableMatrixCursor, 一个可变的android内置的MatrixCursor, 支持删除行。
cwac-richedit0.2.0Apachehttps://github.com/commonsguy/cwac-richedit一个可以格式化文本的EditText,例如粗体、斜体等。
cwac-sacklist0.4.0Apachehttps://github.com/commonsguy/cwac-sacklist提供一个SackOfViewsAdapter, 接受视图对象的列表并可以通过ListAdapter显示。
cwac-task0.3Apachehttps://github.com/commonsguy/cwac-task提供了AsyncTaskEx,一个变化的Android内置AsyncTask类,但是它提供了多个线程并行处理任务和任意数量的挂起任务。
cwac-thumbnail0.1Apachehttps://github.com/commonsguy/cwac-thumbnail提供一行中可以有略缩图的ListView,
还提供了一个ThumbnailActivity作为ListActivity的子类进一步simplifiying管理缩略图。
cwac-wakeful0.6.0Apachehttps://github.com/commonsguy/cwac-wakeful提供一个WakefulIntentService,是IntentService的扩展,保证后台任务在处理时设置是唤醒状态。
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值