버터나이프 GitHub 사이트
https://github.com/inmite/android-butterknife-zelezny
How to install
- in Android Studio: go to
Preferences → Plugins → Browse repositories
and search forButterKnife Zelezny
or
- download it and install via
Preferences → Plugins → Install plugin from disk
사용법
1. build.gradle에서 compile 'com.jakewharton:butterknife:6.1.0' 추가
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:21.0.3'
compile 'com.jakewharton:butterknife:6.1.0'
}
2. Edit창에서 오른쪽 버튼 클릭하고 Generate -> Generate ButterKnife Injections 클릭
혹시나 Generate ButterKnie Injections가 안보일 경우 컴파일 후 다시 시도.
'Android' 카테고리의 다른 글
GCM 서버키 등록하는 방법 (0) | 2015.03.26 |
---|---|
Change color of android:activatedBackgroundIndicator (0) | 2015.02.22 |
안드로이드에서 이미지 다루기 용현택 (0) | 2015.01.28 |
ImageView의 사진을 Bitmap으로 가져오기 (0) | 2015.01.24 |
Android memory 관리 WeakReference ,SoftReference (0) | 2015.01.23 |