Android开源资源整理

1.基本控件

 


1.1.1 ListView特效

ListView下拉刷新:https://github.com/johannilsson/android-pulltorefresh

(推荐)ListView下拉刷新:https://github.com/chrisbanes/Android-PullToRefresh

(推荐)ListView拖拽效果https://github.com/bauerca/drag-sort-listview

(推荐)Android-SwipeListView:https://github.com/47deg/android-swipelistview

(推荐)StickyListHeaders:https://github.com/emilsjolander/StickyListHeaders

和StickyListHeaders效果差不多: https://github.com/JimiSmith/PinnedHeaderListView

ListView动画效果:https://github.com/nhaarman/ListViewAnimations

ListView特效:https://github.com/twotoasters/JazzyListView

ScrollBarPanel:https://github.com/rno/Android-ScrollBarPanel

水平ListView:https://github.com/dinocore1/DevsmartLib-Android

ListView分组:http://code.google.com/p/android-section-list/

GridView和ListView的异步加载(没有用过不清楚是什么东西)https://github.com/lucasr/smoothie#readme

类似ListView的自定义控件:https://github.com/lucasr/twoway-view

1.1.2 Adapter

PinterestLikeAdapter:https://github.com/huewu/PinterestLikeAdapterView

FunDapter:https://github.com/amigold/FunDapter

实现多选Adapter:https://github.com/ManuelPeinado/MultiChoiceAdapter


1.2 Gallery

可以居左的Gallery:https://github.com/TheLevelUp/android-left-locked-gallery


1.3 Picker

datetimepicker:https://github.com/biboune/datetimepicker

colorpicker:https://github.com/attenzione/android-ColorPickerPreference

Android-wheel:http://code.google.com/p/android-wheel/

SpinnerWheel:https://github.com/ai212983/android-spinnerwheel

betterpickers:https://github.com/derekbrameyer/android-betterpickers

TimesSquare for Android:https://github.com/square/android-times-square

 


1.4 ProgressBar

https://github.com/Todd-Davies/ProgressWheel

https://github.com/passsy/android-HoloCircularProgressBar


1.5 Button

滑动开关:https://github.com/IssacWang/SwitchButton


1.6 ImageView

(推荐)SmartImageView加载网络图片非常方便:http://loopj.com/android-smart-image-view/

(推荐)PhotoView手势控制图片的放大缩小:https://github.com/chrisbanes/PhotoView

手势实现图片的放大缩小2:https://github.com/jasonpolites/gesture-imageview

手势实现图片的放大缩小3:https://github.com/sephiroth74/ImageViewZoom


 1.7 ViewPager

(推荐)ViewPagerIndicator:http://viewpagerindicator.com/

PagerSliding:https://github.com/astuetz/PagerSlidingTabStrip

ViewPager特效:https://github.com/jfeinstein10/JazzyViewPager

ViewFlow:https://github.com/pakerfeldt/android-viewflow

 WizardPager(引导页):https://github.com/TechFreak/WizardPager


 

1.8 菜单

(推荐)侧边栏滑动菜单:https://github.com/jfeinstein10/SlidingMenu

(推荐)滑动菜单(可以在四周):https://github.com/SimonVT/android-menudrawer

侧边导航:https://github.com/johnkil/SideNavigation

Path菜单:https://github.com/siyamed/android-satellite-menu

Path菜单2:https://github.com/daCapricorn


1.9 ActionBar

(推荐)ActionBarSherlock:https://github.com/JakeWharton/ActionBarSherlock

android-actionbar:https://github.com/johannilsson/android-actionbar

RefreshActionItem:https://github.com/ManuelPeinado/RefreshActionItem

GlassActionBar:https://github.com/ManuelPeinado/GlassActionBar


1.10 Toast:

https://github.com/keyboardsurfer/Crouton

https://github.com/SimonVT/MessageBar

https://github.com/johnkil/Android-AppMsg


1.11 UI框架

android-query:http://code.google.com/p/android-query/

GreenDroid:https://github.com/cyrilmottier/GreenDroid

 


1.12 ScrollView

ParallaxScrollView:https://github.com/chrisjenx/ParallaxScrollView


Dialog:https://github.com/inmite/android-styled-dialogs


 

1.13 未分类

Android Viewbadger:https://github.com/jgilfelt/android-viewbadger

二维码处理:http://code.google.com/p/zxing/

便签:https://github.com/MohammadAdib/FloatingStickies

生成pdf的Java类库 iText:http://itextpdf.com/

ORM框架:http://ormlite.com

Android截屏:http://code.google.com/p/android-screenshot-library/

CardsUi:https://github.com/Androguide/cardsui-for-android

https://github.com/Prototik/HoloEverywhere

Android显示gif图片:http://code.google.com/p/gifview/

图片压缩:https://code.google.com/p/thumbnailator/

图片异步加载2:https://github.com/novoda/ImageLoader

图片缓存处理:https://github.com/chrisbanes/Android-BitmapCache

NDK图片处理:https://github.com/chrisbanes/PhotoProcessing#readme

ThinkAndroid:https://github.com/white-cat/ThinkAndroid

https://github.com/umano/AndroidSlidingUpPanel


 Android系统源码下载

https://android.googlesource.com/

https://github.com/android

2.网络编程

1.社会化组件

百度社会化组件:http://developer.baidu.com/soc/login

ShareSdk:http://sharesdk.cn/

友盟:http://www.umeng.com/component_social

分享:https://github.com/nostra13/Android-Simple-Social-Sharing


2.网络图片加载

(推荐)网络图片异步加载:https://github.com/nostra13/Android-Universal-Image-Loader

Android瀑布流:https://github.com/dodola/android_waterfall

Android瀑布流:https://github.com/maurycyw/StaggeredGridView


3.数据解析

GSON:http://code.google.com/p/google-gson/

4.网络请求

异步网络加载:https://github.com/AsyncHttpClient

异步网络加载:https://github.com/loopj/android-async-http

3.web应用框架

1.android-bootstrap:https://github.com/donnfelker/android-bootstrap

2.

4.开源项目

开源中国Android客户端:http://git.oschina.net/oschina/android-app

GitHub Android客户端:https://github.com/github/android

wh-app-android 客户端:https://github.com/WhiteHouse/wh-app-android

MIUI文件管理器:https://github.com/MiCode/FileExplorer

博客园客户端:https://github.com/walkingp/AndroidCnblogs

饭否客户端:https://github.com/fanfoudroid/fanfoudroid

四次元新浪微博客户端:https://github.com/Splitter/android_packages_apps_apolloMod

Last.fm客户端:https://github.com/c99koder/lastfm-android

非常好的音乐播放:https://github.com/Splitter/android_packages_apps_apolloMod

在线音乐播放器:https://github.com/telecapoland/jamendo-android

上传照片的客户端:https://github.com/chrisbanes/photup

实时聊天工具:https://github.com/redsolution/xabber-android

https://github.com/github/gauges-android

5.参考

1.http://www.yangfuhai.com/topic/26.html

2.http://www.cnblogs.com/TerryBlog/archive/2011/04/18/2019907.html

3.http://www.eoeandroid.com/thread-272453-1-1.html

4.http://www.androidviews.net/

5.http://www.csdn.net/article/2013-05-03/2815127-Android-open-source-projects

6.http://www.csdn.net/article/2013-05-06/2815145-Android-open-source-projects-two

7.http://blog.csdn.net/sunboy_2050/article/details/8882236

8.http://www.csdn.net/article/2013-05-21/2815370-Android-open-source-projects-finale/1

  • 0
    点赞
  • 4
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

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

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值