as butterknife 插件使用

阅读更多

 

动图使用详细


as butterknife 插件使用_第1张图片
 

 

1.安装插件


as butterknife 插件使用_第2张图片
 

 

2. 配置 gradle 

dependencies {
    compile fileTree(dir: 'libs', include: ['*.jar'])
    androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
        exclude group: 'com.android.support', module: 'support-annotations'
    })
 
    compile 'com.jakewharton:butterknife:8.5.1'
    annotationProcessor 'com.jakewharton:butterknife-compiler:8.5.1'
 

    compile "com.android.support:support-v4:$SUPPORT_VERSION"
    compile "com.android.support:design:$SUPPORT_VERSION"

    testCompile "junit:junit:$JUNIT_VERSION"

}

 

apply plugin: 'com.jakewharton.butterknife'

 

buildscript {
    repositories {
        jcenter()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:2.3.1'
        classpath 'com.jakewharton:butterknife-gradle-plugin:8.5.1'
        classpath 'org.greenrobot:greendao-gradle-plugin:3.2.1'

        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
    }
}

allprojects {
    repositories {
        jcenter()
    }
}

task clean(type: Delete) {
    delete rootProject.buildDir
}

 

 

3.使用


as butterknife 插件使用_第3张图片
 
as butterknife 插件使用_第4张图片
 
as butterknife 插件使用_第5张图片
 
as butterknife 插件使用_第6张图片
 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

捐助开发者

在兴趣的驱动下,写一个免费的东西,有欣喜,也还有汗水,希望你喜欢我的作品,同时也能支持一下。 当然,有钱捧个钱场(支持支付宝和微信捐助,加入it技术扣扣群),没钱捧个人场,谢谢各位。


as butterknife 插件使用_第7张图片as butterknife 插件使用_第8张图片as butterknife 插件使用_第9张图片
 
 
 谢谢您的赞助,我会做的更好!

  • as butterknife 插件使用_第10张图片
  • 大小: 63.2 KB
  • as butterknife 插件使用_第11张图片
  • 大小: 61.3 KB
  • as butterknife 插件使用_第12张图片
  • 大小: 39.3 KB
  • as butterknife 插件使用_第13张图片
  • 大小: 72.4 KB
  • as butterknife 插件使用_第14张图片
  • 大小: 46.1 KB
  • as butterknife 插件使用_第15张图片
  • 大小: 218.8 KB
  • 查看图片附件

你可能感兴趣的:(as,butterknife,插件,使用)