Android相关开发网站

转载自: http://my.oschina.net/luforn/blog/383157

Android                                   http://www.android.com

Android开发                            http://developer.android.com

AndroidTV                               http://developer.android.com/tv

AndroidAuto                          http://developer.android.com/auto

AndroidWear                          http://developer.android.com/wear

Cyanogenmod                        http://www.cyanogenmod.org

MaterialUI                               http://material-ui.com

Androiday                               http://androiday.org

AndroidPeople                       http://www.androidpeople.com

AndroidStudio中文                 http://www.android-studio.org

Android设计                            http://adchs.github.io

MaterialDesign中文版             http://design.1sters.com

Android设计                            http://www.apkbus.com/design

GlassX中国                              http://www.glassx.cn

EOE论坛                           http://www.eoeandroid.com

极客学院                           http://www.jikexueyuan.com

安卓巴士                           http://www.apkbus.com

MarsChen                        http://www.marschen.com

菜鸟窝教程                       http://www.cniao5.com

菜鸟窝论坛                       http://www.cniao5.net

Rexsee                             http://www.rexsee.com

巨卓网                              http://www.juapk.com

安卓学习网                       http://www.android-study.net

DroidChina                     http://droidchina.com

91Android开发者            http://www.chinadzone.net

Android源码                    http://www.androidym.com

Android源码                    http://www.apper.com.cn

鸡啄米Android                 http://www.jizhuomi.com/android

Android开发之旅             http://mobile.51cto.com/aengine-444783.htm

Android框架

Picasso                                  http://square.github.io/picasso (图片缓存)

Glide                                     https://github.com/bumptech/glide (图片缓存库)

AUIL                                      https://github.com/nostra13/Android-Universal-Image-Loader (图片缓存)

AndroidImageCache           https://github.com/mitmel/Android-Image-Cache (图片缓存)

DiskLruCache                       https://github.com/JakeWharton/DiskLruCache (高速图片缓存)

UniversalImageLoader     https://github.com/nostra13/Android-Universal-Image-Loader (异步图像加载、缓存和显示)

AndroidStackblur                https://github.com/kikoso/android-stackblur (图片模糊效果)

OpenCore                            http://www.opencore.net (多媒体框架)

FFmpeg4Android                http://sourceforge.net/projects/ffmpeg4android

AFinal                                   https://github.com/yangfuhai/afinal

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

SpringAndroid                     http://projects.spring.io/spring-android

AndroidAnnotations              http://androidannotations.org

Http异步请求                        http://loopj.com/android-async-http

AndroidQuery                      https://github.com/androidquery/androidquery (异步加载)

AsyncHttpClient                   https://github.com/AsyncHttpClient/async-http-client (异步请求)

Ion                                        https://github.com/koush/ion (异步请求)

OkHttp                                 http://square.github.io/okhttp (Http工具)

GreenDAO                           http://greendao-orm.com (ORM)

Sprinkles                              https://github.com/emilsjolander/sprinkles (ORM)

ActiveAndroid                     https://github.com/pardom/ActiveAndroid (ORM映射框架)

Retrofit                                http://square.github.io/retrofit (把REST API返回的数据转化为Java对象方便操作)

EventBus                              http://greenrobot.github.io/EventBus (组件通信库)

GSON                                   https://code.google.com/p/google-gson (Java与JSON映射类库)

Dagger                                 http://square.github.io/dagger (依赖注入)

DAVDroid                            http://davdroid.bitfire.at (CalDAV解决方案)

Android-Viewbadger          https://github.com/jgilfelt/android-viewbadger (Tab标签上显示提示消息)

KSOAP2-Android                http://code.google.com/p/ksoap2-android (webservice框架)

MPAndroidChart                https://github.com/PhilJay/MPAndroidChart (图表框架)

AndroidGraphView            http://android-graphview.org (图表框架)

Androidplot                        http://androidplot.com (图标框架)

MenuDrawer                      http://simonvt.github.io/android-menudrawer (左右滑动隐藏显示菜单)

AndroidSideMenu             https://github.com/dmitry-zaitsev/AndroidSideMenu (侧边栏菜单)

Crouton                              https://github.com/keyboardsurfer/Crouton (Toast替代品)

DataDroid                           https://github.com/foxykeep/DataDroid (数据管理)

TimeSquare                         https://github.com/square/android-times-square (日期)

StandOut                             http://pingpongboss.github.io/StandOut (浮动窗口)

WaterFall                             https://github.com/dodola/android_waterfall (瀑布流)

Litesuits                                http://litesuits.com

AndroidCommon                https://github.com/Trinea/android-common (工具类库)

GreenDroid                          http://greendroid.cyrilmottier.com (UI)

Necessitas                            http://necessitas.kde.org (Android平台QT实现)

MavenAndroidPlugin         https://github.com/jayway/maven-android-plugin

UltimateAndroid                 http://blog.marshalchen.com/UltimateAndroid

二维码开发

ZXing(二维码)                                 https://github.com/zxing/zxing

ZXingAPI                                        http://zxing.github.io/zxing/apidocs

ZXingInformation                           http://zxing.github.io/zxing

Zxing-Android-Embedded             https://github.com/journeyapps/zxing-android-embedded

Zxing-Android                                https://github.com/kennydude/zxing-lib

ZBar                                               https://github.com/ZBar/ZBar     http://zbar.sourceforge.net

Android测试工具

Spoon                                http://square.github.io/spoon

AndroidJUnit4                   https://github.com/esmasui/AndroidJUnit4

Appium                              http://appium.io

Calabash                            http://calaba.sh

Monkey                             http://developer.android.com/tools/help/monkey.html

MonkeyTalk                      https://www.cloudmonkeymobile.com/monkeytalk

Robolectric                        http://robolectric.org

Robospock                         http://robospock.org

Uiautomator                      http://developer.android.com/tools/help/uiautomator/index.html

Selendroid                         http://selendroid.io

DroidPilot                          http://www.droidpilot.cn (自动化测试工具)

Android工具

Buck                                  http://facebook.github.io/buck (Android构建工具)

Holo颜色生成器                http://android-holo-colors.com

ApkAnalyser                     https://github.com/sonyxperiadev/ApkAnalyser

AndroidBootstrap            http://www.androidbootstrap.com

XPrivacy                            https://github.com/M66B/XPrivacy  (隐私管理器)

ChkBugReport                  https://github.com/sonyxperiadev/ChkBugReport

XAppDbg                          https://github.com/sonyxperiadev/XAppDbg

CoverScreen                     https://www.coverscreen.com

Android项目

OpenCamera                    http://opencamera.sourceforge.net

Android模拟器

BlueStacks                          http://www.bluestacks.com

Andy                                   http://www.andyroid.net

GenyMotion                       http://www.genymotion.com

GenyMotion中文                http://www.genymotion.cn

DawnSwift(晨燕)                 http://www.dawnswift.com

BlueStack(蓝叠中国)           http://www.bluestacks.cn

Windroy                              http://www.windroy.cn

时间: 2024-10-02 15:03:19

Android相关开发网站的相关文章

Android 相关学习网站

http://www.android-doc.com/ http://www.android-studio.org/ http://www.androiddevtools.cn/

关于 Android 平台开发相关的有哪些推荐书籍?

转自:http://www.zhihu.com/question/19579609 作者:Shan Huang 链接:http://www.zhihu.com/question/19579609/answer/12306890 来源:知乎 著作权归作者所有.商业转载请联系作者获得授权,非商业转载请注明出处. 学习android开发,我不建议花太多时间在书籍上,因为android的版本更新实在太快了,任何一本书籍都不可能跟上Google的步伐,但是,对于新手来说,买一本入门的书还是可以的,这里我推

Android设计相关的网站推荐

原创文章,转载请注明 ( 来自:http://blog.csdn.net/leejizhou/article/details/51623082 李济洲的博客 ) 这篇文章给大家介绍几个设计相关的网站,因为博主除了软件开发以外还比较喜欢设计,据我观察了解程序员普遍审美都是比较差的,所以这次给大家推荐几个我认为比较好的用来帮助开发和提升审美的网站. <1> MaterialPalette:Material Design配色工具,只需要选择几个你喜欢的颜色,就可以匹配出一组UI配色方案. 地址:ht

请叫我雷锋———Android应用开发相关下载资源(2014/12/28更新)

Android应用开发相关下载资源 官方终于发布了Android Studio正式版,Android Studio将会成为推荐使用的主要Android开发工具. (1)Android SDK (Android SDK主安装包,包含SDK Manager.AVD Manager.工具包tools,释放后的根文件夹为android-sdk-windows): revision 23.0.2 http://dl.google.com/android/android-sdk_r23.0.2-window

【Android 应用开发】 Android 相关代码规范 更新中 ...

. 简介 : Android 常用的代码结构, 包括包的规范, 测试用例规范, 数据库模块常用编写规范; 参考 : 之前写的一篇博客 [Android 应用开发] Application 使用分析 ; -- Application 分析 : Application 概念, 声明周期, 组件间传递数据作用, 数据缓存作用; -- 源码分析 : 分析 Application 结构接口源码; -- 使用示例 : 自定义 Application 注册, 保存崩溃日志到文件, 监听Activity声明周期

Android TV 开发相关文章

Android TV 开发相关文章 Android TV 开发与Android移动设备开发类似,网络上针对其开发文章较少,平时查阅关于TV 开发资料收集于此,方便日后查阅. 持续更新 --. Android TV 焦点特效实现浅析

Android应用开发相关下载资源(2014/06/28更新)

Android应用开发相关下载资源(2014/06/28更新) via http://blog.csdn.net/gyming/article/details/8168166/ http://dl.google.com/android/ADT-22.6.3.zip https://dl-ssl.google.com/android/repository/extras/intel/haxm-windows_r04.zip https://dl-ssl.google.com/android/repo

Android应用开发相关下载资源(2014/6/28更新)

(1)Android SDK (Android SDK主安装包,包含SDK Manager.AVD Manager.工具包tools): revision 22.6.2http://dl.google.com/android/android-sdk_r22.6.2-windows.ziphttp://dl.google.com/android/installer_r22.6.2-windows.exehttp://dl.google.com/android/android-sdk_r22.6.2

Android应用开发相关下载资源(2014/12/14更新)

Android应用开发相关下载资源 官方终于发布了Android Studio正式版,Android Studio将会成为推荐使用的主要Android开发工具. (1)Android SDK (Android SDK主安装包,包含SDK Manager.AVD Manager.工具包tools,释放后的根文件夹为android-sdk-windows):revision 23.0.2http://dl.google.com/android/android-sdk_r23.0.2-windows.