# Android Res **Repository Path**: hooking/Android-Res ## Basic Information - **Project Name**: Android Res - **Description**: android 安卓 资源 收集 - **Primary Language**: Android - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2016-04-25 - **Last Updated**: 2024-12-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Android 开发资料集 # ## 一、API ## ##### 1.天气 ##### - 1.0、国家气象局 [1](http://www.weather.com.cn/data/sk/101010100.html)、 [2](http://www.weather.com.cn/data/cityinfo/101010100.html)、 [3](http://m.weather.com.cn/data/101010100.html) - [1.1 小米](http://weatherapi.market.xiaomi.com/wtr-v2/weather?cityId=101010100) - [1.2 中华万年历](http://zhwnlapi.etouch.cn/Ecalender/api/v2/weather?date=20160105&citykey=101010100) - [1.3 和天气](http://www.heweather.com/documents/api) #### 2.音乐 #### [百度音乐](http://mrasong.com/a/baidu-mp3-api-full) #### 3.Baidu API store#### [Baidu API store](http://bbs.apistore.baidu.com/forum.php?mod=viewthread&tid=734&page=1&extra=#pid1229) #### 4.云聚数据 #### [云聚数据](http://www.36wu.com/Service) 物流、火车票、公交、翻译、IP地址、归属地、影片、isbn ## 二、第三方SDK ## - [1. ShareSDK](http://www.mob.com/#/) - [2. umeng](www.umeng.com) - [3. 腾讯云](http://www.qcloud.com/) ## 三、开源库 ## - [Android开源库收录](http://android-arsenal.com/) - [CSDN](https://code.csdn.net/explore/projects) - [Github](https://github.com/) - [OSChina](http://git.oschina.net/) - [TaoCode](http://code.taobao.org/) ## 四、问答平台 ## - [stackoverflow](http://stackoverflow.com/questions/tagged/android) - [中文问答平台segmentfault](https://segmentfault.com/) ## 五、博客 ## - [国内开发者](https://github.com/android-cn/android-dev-cn) - [郭霖](http://blog.csdn.net/guolin_blog) - [任玉刚](https://github.com/singwhatiwanna) ## 六、热门github收集 ## - [http://alamkanak.github.io/android-libraries-and-resources/](http://alamkanak.github.io/android-libraries-and-resources/) - [http://www.android-gems.com/](http://www.android-gems.com/) - [http://android-arsenal.com/](http://android-arsenal.com/) - [https://fossdroid.com/](https://fossdroid.com/) - [http://m.blog.csdn.net/article/details?id=18046021](http://m.blog.csdn.net/article/details?id=18046021) - [https://github.com/snowdream/awesome-android](https://github.com/snowdream/awesome-android) ## 七、开源美观项目 ## - [https://github.com/JStumpp/awesome-android/blob/master/readme.md](https://github.com/JStumpp/awesome-android/blob/master/readme.md) - [https://github.com/Trinea/android-open-project/blob/master/README.md](https://github.com/Trinea/android-open-project/blob/master/README.md) - [https://github.com/DanteAndroid/Knowledge](https://github.com/DanteAndroid/Knowledge) - [https://github.com/wenmingvs/WeiBo?files=1](https://github.com/wenmingvs/WeiBo?files=1) ## 八、工具 ## - [AndroidDevTools](http://www.androiddevtools.cn/) - [material design icons](https://github.com/google/material-design-icons) - [Markdown](http://markdownpad.com/) ## 九、UI、控件、视图 ## - [圆圈刷新控件SwipeRefreshLayout](http://www.tuicool.com/m/articles/UfQjMrm) - [仿qq健康](https://github.com/mutexliu/ZhihuAnswer/blob/master/README.md) - 沉浸式状态栏 [1](http://www.jianshu.com/p/b100b64544f3)、 [2](http://m.blog.csdn.net/article/details?id=50372991) - [滑动ListView item固定顶部](https://github.com/emilsjolander/StickyListHeaders/blob/master/README.md) - [换皮肤](http://www.jianshu.com/p/af7c0585dd5b) - [换皮肤2](http://www.jianshu.com/p/8c4b2171fa8c) ## 十、技术 ## - Android多线程线程池 [1](http://www.cnblogs.com/devinzhang/p/3856200.html) 、[2](http://blog.csdn.net/yaya_soft/article/details/24396357) - [2、图片缓存加载](http://developer.android.com/training/displaying-bitmaps/load-bitmap.html) - [3、Android Material Design 兼容库的使用详解](http://www.jianshu.com/p/1e6eed09d48b) ## 十一、框架 ## 1、网络 - [1.1 Android Asynchronous Http Client](http://loopj.com/android-async-http/) - [1.2 retrofit](http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/0915/3460.html) 2、MVP架构 - [Android 架构合集](http://gold.xitu.io/entry/5716e9f871cfe4006db747d4/view) - [Model-View-Presenter](https://github.com/konmik/konmik.github.io/wiki/Introduction-to-Model-View-Presenter-on-Android)