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. 怎样找Android里自带的数据库?

    首先先让它显示出来. 窗口window下的Show View 下的File Explorer(other里), 这时File Explorer窗口 就会显示出来,下一步我们找到data下的data,然 ...

  2. log4net 生成多个空文件问题

    使用 log4net 的伙伴,相信很多人会遇到我现在这个问题 ,一般项目需求,便于管理和查找原因,会让项目的日志文件分类记录,然而会出现很多空日志, 出现这个问题的原因通常是我们web.config配 ...

  3. IDisposable 接口2

    定义一种释放分配的资源的方法. 命名空间:  System程序集:  mscorlib(在 mscorlib.dll 中) 语法 C# C++ F# VB [ComVisibleAttribute(t ...

  4. CXF自动生成客户端

    官网下载apache-cxf-3.1.6,bin目录下.配置环境变量,生成客户端 http://blog.csdn.net/jaune161/article/details/25499939 http ...

  5. 使用top工具,找出消耗CPU 较多的进程

    1.使用top工具,找出消耗CPU 较多的进程 [oracle@cuug ~]$ top top - 10:48:27 up 23:15,  4 users,  load average: 1.09, ...

  6. 使用ol,添加图书销售排行榜

    如果想在网页中展示有前后顺序的信息列表,怎么办呢?如,当当网上的书籍热卖排行榜,如下图所示. 这类信息展示就可以使用<ol>标签来制作有序列表来展示. 语法: <ol> < ...

  7. jquery $.each遍历json数组方法

    <!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/ ...

  8. 你好,C++(11)如何用string数据类型表示一串文字?根据初始值自动推断数据类型的auto关键字(C++ 11)

    3.5.2  字符串类型 使用char类型的变量我们可以表示单个字符,那么,我们又该如何表示拥有多个字符的字符串呢? 我们注意到,一个字符串是由多个字符串连起来形成的.很自然地,一种最简单直接的方法就 ...

  9. 【转载】Think as Customer 以客户为中心的测试理念

    纵观各大公司的核心理念,往往都有一条类似“以客户为中心”的价值观.华为公司更是把“以客户为中心”放在其核心价值观的第一条,以显示它的重要性.从我 们入职培训开始,公司就反复强调并引导大家深入讨论,希望 ...

  10. Highcharts中文网

    官网地址: http://www.hcharts.cn/ http://www.hcharts.cn/p/highchartTable.php 名词解释 英文名  中文名 描述  更多 lang 语言 ...