my:

Android 开发官方文档国内镜像-踏得网: http://wear.techbrood.com/index.html

转载自: 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

[转载]Android相关开发网站的更多相关文章

  1. [转载]Android开发必备的21个免费资源和工具

    转载自: http://blog.csdn.net/shimiso/article/details/6788375 Android移动开发平台现在不是一个“火”字能形容的,今年Android平台在市场 ...

  2. 推荐一些C#相关的网站、资源和书籍 (转载自http://www.cnblogs.com/jiangxiaofan/p/3808316.html)

    推荐一些C#相关的网站.资源和书籍 (转载自http://blog.csdn.net/chinacsharper/article/details/17514923)   一.网站 1.http://m ...

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

    转自:http://www.zhihu.com/question/19579609 作者:Shan Huang 链接:http://www.zhihu.com/question/19579609/an ...

  4. Android Studio开发环境配置以及相关说明

    版权声明:本文为HaiyuKing原创文章,转载请注明出处! 前言 这里简单记录下在开发的时候使用的Android Studio开发环境版本以及相关注意事项. 一般来讲,每隔一段时间就要检查下Andr ...

  5. (转载)实例详解Android快速开发工具类总结

    实例详解Android快速开发工具类总结 作者:LiJinlun 字体:[增加 减小] 类型:转载 时间:2016-01-24我要评论 这篇文章主要介绍了实例详解Android快速开发工具类总结的相关 ...

  6. Android:开发环境搭建相关问题

    1.Android.ADT.SDK概念与关系 SDK:Software Development Kit,中文意思是“软件开发工具包”.这是一个覆盖面相当广泛的名词,可以这么说:辅助开发某一类软件的相关 ...

  7. [转载] Android Metro风格的Launcher开发系列第一篇

    前言:从毕业到现在已经三年多了,回忆一下这三年基本上没有写过博客,总是觉得忙,没时间写,也觉得写博客没什么大用.但是看到很多大牛们都在写博客,分享自己的东西,所以嘛本着向大牛看齐,分享第一,记录第二的 ...

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

    . 简介 : Android 常用的代码结构, 包括包的规范, 测试用例规范, 数据库模块常用编写规范; 参考 : 之前写的一篇博客 [Android 应用开发] Application 使用分析 ; ...

  9. Android应用开发相关下载资源(2015/08/27更新)

    Android应用开发相关下载资源   官方终于发布了Android Studio正式版,Android Studio将会成为推荐使用的主要Android开发工具.   (1)Android SDK ...

随机推荐

  1. WAMP 环境下,YII创建失败 提示 "'php.exe' 不是内部或外部命..."

    现象: http://www.yiichina.com/guide/quickstart.first-app 使用这里的命令  % YiiRoot/framework/yiic webapp WebR ...

  2. 如何解决eclipse上的Android程序“Please ensure that adb is correctly located at 'D:\eclipse\sdk\platform-tools\adb.exe' and can be executed.”小问题?

    首先,把运行的Android模拟器和eclipse一块儿关了, 然后win+R,cmd, 下面输入adb kill_server 再输入adb start_server 之后重新运行项目,不出意外的话 ...

  3. jQuery的css()方法

    jQuery的css()方法下面的代码可以为div一次性设置多个样式属性<!DOCTYPE html><html><head><meta charset=&q ...

  4. FileWriter类的flush方法的作用

    FileWriter类的flush方法的作用 每次io都会影响性能,将需要写入的内容,放入缓冲区中,然后调用flush方法,将缓冲区内容写入文件中.

  5. (转)DedeCms Runphp 标签中调用其他变量的方法

    DedeCms Runphp 标签中调用其他变量的方法 我们都知道,在DedeCMS中是可以使用PHP的,常见的方法就是if else了,例如模板制作中,我们需要对来源和作者进行判断,如果为空,则提示 ...

  6. sql - Invalid object name 'dbo.in$'

    这是我从excel导入的表,用查询的时候,不加前面部分的'dbo',能查出来,好像是owner的原因吧.

  7. JavaScript_数组

    /** * 数组本身也是对象 * js中数组类似于java里的map容器 长度可随意改变 ,元素类型任意 * */ // var arr = new Array(); // var arr = [1, ...

  8. python3可变与不可变数据类型

    Python3中有六个标准的数据类型: Number(数字) String(字符串) List(列表) Dictionary(字典) Tuple(元组) Set(集合) 我理解的可变就是当一个变量创建 ...

  9. struts2中的路径问题

    <?xml version="1.0" encoding="GB18030" ?><%@ page language="java&q ...

  10. Spark Executor Driver资源调度小结【转】

    一.引子 在Worker Actor中,每次LaunchExecutor会创建一个CoarseGrainedExecutorBackend进程,Executor和CoarseGrainedExecut ...