안드로이드37 ButterKnife 라이브러리 (@BindView, @OnClick) 우리는 지금까지 xml에서 만든 여러가지 뷰,버튼들을 제어하기 위해 xml에 id를 이용하여 Activity에서 TextView tv; tv=findViewByid(R.id.textview); tv.setText("click"); 이런 식으로 제어했다. 하지만 ButterKnife 라이브러리를 이용하면 좀더 간결하고 직관적이게 사용이 가능하다. 위 라이브러리의 버전 및 사용을 알수 있는 주소이다. https://github.com/JakeWharton/butterknife JakeWharton/butterknife Bind Android views and callbacks to fields and methods. - JakeWharton/butterknife github.com 예제는 Button을 누를.. 2020. 3. 9. 이전 1 2 3 4 5 다음