Android开发过程中有用的网站工具
1、好服务数据 服务:
http://www.haoservice.com/apilist/
2、第三方服务器托管:Bmob云存储
http://docs.bmob.cn/
3、解决bug的网站
http://stackoverflow.com/
4、开源的常见功能的网址:
http://p.codekk.com/
5、各种UI效果
https://github.com/wasabeef/awesome-android-ui
6、Google官网
https://developer.android.google.cn/
7.Json验证
http://www.bejson.com/
8.在线Json转Javabean
http://api.stay4it.com/json/index.html
9、图灵机器人:
www.tuling123.com
10、生成小图标的网站:
http://www.iconfont.cn/
11、配色网站:
http://mm.tuyiyi.com/3/
12、干货集中营:
http://gank.io/api
https://github.com/search?utf8=%E2%9C%93&q=gank
http://gank.io/history
13、天气预报接口
http://wthrcdn.etouch.cn/weather_mini?city=%E5%A4%A7%E8%BF%9E
备注:把城市名改为中文即可
14、把毫秒级的时间转换成现在的标准时间
http://unixtime.51240.com/
15、FFMPEG跨平台iOS&Android高级开发实践视频教程1:
https://pan.baidu.com/s/1gfI8lSv 密码: k285
16、图片压缩:
http://blog.csdn.net/xiaohanluo/article/details/52485037
17、Android studio常用插件:
http://www.oschina.net/news/73680/android-studio-widget?from=mail-notify
18、Fragmentation:
为"单Activity + 多Fragment","多模块Activity + 多Fragment"架构而生,帮
你大大简化使用过程,轻松解决各种复杂嵌套等问题,修复了官方Fragment库中存在的一些BUG。
https://github.com/YoKeyword/Fragmentation
19、关于 Android,用多个 activity,还是单 activity 配合 fragment?
https://www.zhihu.com/question/39662488
20、GitHub全面的Android知识总结:
https://github.com/Blankj/AndroidUtilCode/blob/master/README-CN.md
21、Android 将App的内容延伸到状态栏/导航栏:
http://www.jianshu.com/p/50d2024fa60a
22、Android中文官方培训课程:
http://hukai.me/android-training-course-in-chinese/index.html
23、VideoListPlayer
VideoListPlayer实现了在列表控件(ListView, RecyclerView)中加载并播放视频,并支持滑动时
自动播放/暂停的功能利用该项目,可以轻松实现类似Instagram的视频播放功能:
https://github.com/waynell/VideoListPlayer
24、Android ListView与RecyclerView对比浅析--缓存机制:
25、直播:
vitamio jiecao ijkplayer 拉流
tblive yasea 推流
26、Fragment全解析系列(二):正确的使用姿势
http://www.jianshu.com/p/fd71d65f0ec6
27、Android“沉浸式”:
http://www.jianshu.com/p/38c2239dd0d4
28、Android客户端与java服务器端通过token或session来交互
http://blog.csdn.net/watermusicyes/article/details/47016113
29、阿里百川热修复
http://www.open-open.com/lib/view/open1472719850288.html
30、如何将自己在github写的android library开源,让大家依赖使用
http://www.jianshu.com/p/9aedfd749cec
31、Android各种UI动画效果
http://www.jianshu.com/p/05cb14b7776d
32、获取高德地图的SHA1
http://www.cnblogs.com/firefoxman/p/6891475.html
33、在线接口文档管理工具
http://www.xiaoyaoji.cn/
34、RecyclerView添加头尾布局
http://blog.csdn.net/xuehuayous/article/details/50498345
https://github.com/xuehuayous/WrapRecyclerView
35、常用的第三方库
http://www.jianshu.com/p/3aed6716bf47
36、Android官方学习(国内地址)
https://developer.android.google.cn/