Android资源

来源:互联网 发布:域名注册网络公司 编辑:程序博客网 时间:2024/05/21 22:27

一、环境配置

http://my.oschina.net/u/1240239/blog/387809?fromerr=R11MPkzy (Android studio 背景颜色设置)
http://www.cnblogs.com/Kennytian/p/4449878.html (Android Studio 乱码问题)
http://www.androiddevtools.cn (Android studio国内地址下载)
http://blog.csdn.net/macong01/article/details/7686238 (Eclipse颜色设置)

二、插件

减轻findviewByID
https://github.com/cauchywei/AndroidToolsPlugin
资源文件
https://github.com/inmite/android-selector-chapek
https://github.com/inmite/android-selector-chapek 资源文件快速生成seletor文件
http://www.zhihu.com/question/39036683?sort=created 插件太低如何解决

三、UI区域常用

(一)EditText

https://github.com/rengwuxian/MaterialEditText (带提醒的)
http://www.jianshu.com/p/2fdaf9211d01 Android输入框中加入清除按钮

(二)Adapter

http://www.cnblogs.com/loulijun/archive/2011/12/28/2305016.html BaseAdapter基本用法
https://github.com/JoanZapata/base-adapter-helper 万能适配器(listview与gridview)(一)
https://github.com/hongyangAndroid/base-adapter 万能适配器(listview与gridview)(二)

(三)RecycleView

http://blog.csdn.net/qq_16430735/article/details/49341563(适配器以做好)
https://github.com/CaMnter/EasyRecyclerView(适配器)
http://www.jianshu.com/p/7e3bd2bd44d3 (为RecycleView添加头部)
https://github.com/Jude95/EasyRecyclerView (不错的RecyclerView)
http://www.open-open.com/lib/view/open1434422599926.html(为RecycleView添加头部,简单粗暴)

(四)标签

https://github.com/hongyangAndroid/FlowLayout

(五)列表

https://github.com/tjerkw/Android-SlideExpandableListView(ExpandableListView)
http://blog.csdn.net/heng615975867/article/details/11465393
(ExpandableListView属性修改)

(六)webview

https://github.com/TheFinestArtist/FinestWebView-Android(不错,但是觉得会和网页一些冲突)
https://github.com/rupok/webview

(七)图片加载

http://www.cnblogs.com/wanqieddy/p/3836485.html (Android-Universal-Image-Loader)

(八)TabLayout

https://github.com/JakeWharton/ViewPagerIndicator
http://www.kankanews.com/ICkengine/archives/121293.shtml

(九)sqlite

1、郭大神写的orm数据库轻量级框架
http://blog.csdn.net/guolin_blog/article/details/38556989
2、公司用的一个数据库框架ormlite
https://github.com/j256/ormlite-android
http://blog.csdn.net/lovexjyong/article/details/22275827 (用法)
3、

(十)EvenBus

1(处理组件通信)
https://github.com/bboyfeiyu/AndroidEventBus/blob/master/README-ch.md
2这个是另外一个EvenBus,目的是跨组件,跨线程通信
https://github.com/greenrobot/EventBus

(十一)DialogFragment

http://www.tuicool.com/articles/VFv2ea
http://blog.csdn.net/lmj623565791/article/details/37815413
http://blog.csdn.net/huangyabin001/article/details/30053835

(十二)JS进行交互

https://github.com/lzyzsd/JsBridge 进行js交互

(十三)材料设计

http://www.jianshu.com/collection/06bbfc49e803 简书
http://design.1sters.com/
http://www.csdn.net/article/2014-11-21/2822753-material-design-libs 十个

(十四)下拉刷新

https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh
http://www.open-open.com/lib/view/open1436405920005.html (下拉刷新加载说明)

(十五)多渠道打包

http://lib.csdn.net/article/android/46696

(十六)Android框架

1、smartAndroid(我没用过,好像很久没更新了,慎用)
http://www.aplesson.com/smartAndroid/demos/
2、XUtils(更新挺频繁的,第一家实习的外包公司用过)
https://github.com/wyouflf/xUtils3
3、afinal(我没用过,也是很久没更新了,慎用)
https://github.com/yangfuhai/afinal
4、ThinkAndroid(我没用过,也是很久没更新了,慎用)
https://github.com/white-cat/ThinkAndroid

(十七)快速UI界面制作

1、没有设计师情况下,快速做界面。
https://www.diycode.cc/projects/IntruderShanky/Frisson

(十八)短信验证与分享方案

1、mob方案
http://www.mob.com/

(十九)新语言Kotlin在Android的应用

1、Kotlin的mvp框架应用示例
https://github.com/nekocode/kotgo

(二十)设计模式

1、mpv模式
http://blog.csdn.net/u011459799/article/details/51360882?hmsr=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io

(二十一)控件

1、时间选择器
https://github.com/flavienlaurent/datetimepicker
2、列表扩展
https://github.com/tjerkw/Android-SlideExpandableListView
2、下拉布局
https://github.com/google/flexbox-layout

(二十二)图片处理

1、毕加索
http://square.github.io/picasso/#features

(二十三)跨平台处理

1、wex5.(没用过)
http://wex5.com/downloads.html#fmUser

(二十四)网络请求框架

1、android-async-http (在学校学习经常用的)
https://github.com/loopj/android-async-http
2、Retrofit (时下比较流行,很多公司在用)
http://www.tuicool.com/articles/NnuIva
3、Volley
http://blog.csdn.net/zimo2013/article/details/16971253
http://www.open-open.com/lib/view/open1407727047207.html
http://www.cnblogs.com/android100/p/Android-Volley5.html
http://www.eoeandroid.com/blog-602812-49235.html

(二十五)Json解析快速工具

1、fastjson
https://github.com/alibaba/fastjson/wiki/常见问题

Android汇总资源

https://github.com/itheima1/Android#
http://www.jianshu.com/collection/5139d555c94d 简书经验
http://www.jianshu.com/p/f743b0fddaaf 简书资源
http://www.trinea.cn/android/layout-performance/ 分析
http://blog.csdn.net/lmj623565791?viewmode=contents 鸿大神文章
https://github.com/inferjay/AndroidDevTools/ studio以及工具下载
http://www.tuicool.com/articles/AV7Jr2M (RXJAVA)

UI

https://github.com/wasabeef/awesome-android-ui

0 0