您的位置:首页 > 移动开发 > Android开发

Android资源

2016-03-26 21:38 441 查看

一、环境配置

http://my.oschina.net/u/1240239/blog/387809?fromerr=R11MPkzy (Android studio 背景颜色设置)

/article/7018276.html (Android Studio 乱码问题)

http://www.androiddevtools.cn (Android studio国内地址下载)

/article/8132679.html (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

/article/5002860.html BaseAdapter基本用法

https://github.com/JoanZapata/base-adapter-helper 万能适配器(listview与gridview)(一)

https://github.com/hongyangAndroid/base-adapter 万能适配器(listview与gridview)(二)

(三)RecycleView

/article/2017086.html(适配器以做好)

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)

/article/2598657.html

(ExpandableListView属性修改)

(六)webview

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

https://github.com/rupok/webview

(七)图片加载

/article/4707711.html (Android-Universal-Image-Loader)

(八)TabLayout

https://github.com/JakeWharton/ViewPagerIndicator

http://www.kankanews.com/ICkengine/archives/121293.shtml

(九)sqlite

/article/1375911.html

(十)EvenBus

https://github.com/bboyfeiyu/AndroidEventBus/blob/master/README-ch.md (处理组件通信)

(十一)DialogFragment

http://www.tuicool.com/articles/VFv2ea

/article/1336254.html

/article/2000325.html

(十二)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 (下拉刷新加载说明)

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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: