LoginSignup
2
0

More than 5 years have passed since last update.

KotterKnife導入

Posted at

KotterKnifeとは

ViewInjectionをしてくれるライブラリでございます。
作者はButterKnifeの人とのこと。
リポジトリはこちら

導入

app/build.gradle
dependencies {
    compile 'com.jakewharton:kotterknife:0.1.0-SNAPSHOT'
}
repositories {
    maven {
        url 'https://oss.sonatype.org/content/repositories/snapshots/'
    }
}

って思ったんだけど全然メンテされてないからやめた
compileSdkVersion 23とのこと

株式会社Arrvis

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0