Android 常用View

来源:互联网 发布:http协议传json 编辑:程序博客网 时间:2024/05/17 21:49

# Android 常用 View集合
这份资料主要是收集一些常用的自定义View类,为Anroid开发者提供参考,或者直接使用。
这份资料我会不断的更新完善, 同时也欢迎更多具有丰富经验的Android开发者将自己常用的工具类分享上来, 我将定期筛选合并, 该份资料有不足的地方, 也请指出, 我会谦虚接受改正, 希望我能与大家一起来成长, 谢谢.

  • 自定义View基类 :自定义View基类,帮助你节省部分代码
  • WaveLoadingView __ 水波纹进度View
  • RecycylerView 加头加尾 适配器
    • 相关博客:RecyclerView封装——添加Header、Footer(在网格瀑布流布局中独占一行)
  • 录音麦克风 View
  • 腾讯QQ_红点取消控件

引用

// 项目引用dependencies {    compile 'com.github.LidongWen:commonWeight:1.0.0'}// 根目录下引用buildscript {    repositories {        jcenter()    }    dependencies {        classpath 'com.android.tools.build:gradle:2.1.0'        classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'        // NOTE: Do not place your application dependencies here; they belong        // in the individual module build.gradle files    }}allprojects {    repositories {        jcenter()        maven { url "https://www.jitpack.io" }    }}

Contact me

E-mail:wenld2014@163.com

blog: wenld’s blog

0 0
原创粉丝点击