摘要:
前言:ButterKnife是一个专注于Android系统的View注入框架,以前总是要写很多findViewById来找到View对象,有了ButterKnife可以很轻松的省去这些步骤。是大神JakeWharton的力作,目前使用很广。最重要的一点,使用ButterKnife对性能基本没有损失, 阅读全文
摘要:
简化findVideById compile 'com.jakewharton:butterknife:7.0.1' compile 'com.roughike:bottom-bar:1.3.3' compile 'com.github.bumptech.glide:glide:3.7.0' com 阅读全文