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. Rx 入门 示例

    首先写一个观察者模式 public interface Watcher { public void update(String str); } public class ConcreteWatcher ...

  2. Facade 门面模式 外观模式

    简介 作用: (1)封装一组交互类,一致地对外提供接口 (2)封装子系统,简化子系统调用 JDK中体现:java.util.logging包 java.lang.Class javax.faces.w ...

  3. 如何学习H264协议

    如何学习h.264协议 首先,我假定你已经具有如下基础: 1 了解基本的视频知识,知道什么是YCbCr/YUV: 2 知道基本的视频压缩原理: 如果这两条还不具备,那么,停一下,补一下课.这方面的相关 ...

  4. phpmyadmin安装出错,缺少 mysqli 扩展。请检查 PHP 配置

    下载了个phpmyadmin最新版本的,始终显示这样的内容,求助.如何解决哈?>缺少 mysqli 扩展.请检查 PHP 配置. <a href="Documentation.h ...

  5. Hadoop配置项整理(mapred-site.xml)【转】

    本文转自:http://slaytanic.blog.51cto.com/2057708/1101360 name value Description hadoop.job.history.locat ...

  6. 使用mailto在网页中链接Email地址

    <a>标签还有一个作用是可以链接Email地址,使用mailto能让访问者便捷向网站管理者发送电子邮件.我们还可以利用mailto做许多其它事情.下面一一进行讲解,请看详细图示: 注意:如 ...

  7. Linux 0.11下信号量的实现和应用

    Linux 011下信号量的实现和应用 生产者-消费者问题 实现信号量 信号量的代码实现 关于sem_wait和sem_post sem_wait和sem_post函数的代码实现 信号量的完整代码 实 ...

  8. jQuery 如何创建基本插件(翻译)

    有时候,你希望有一块功能在整个代码当中都可以使用.例如,你可能想要有一个单一的方法可以在jQuery选择器上进行调用,用于处理该选择器上的一系列操作.又或许你编写了一个十分有用的工具函数,并希望能够简 ...

  9. C# 构造函数如何调用父类构造函数或其他构造函数

    class C : B{    C() : base(5)      // call base constructor B(5)    {  }    C(int i) : this()  // ca ...

  10. JS动态加载 js css

    1.动态加载js function loadScript( url ){ var script = document.createElement( "script" ); scri ...