티스토리 뷰

300x250
300x250



Android 6(API 23) version 부터 resource 를 통한 getColor, getDrawable 이 deprecated 되었다.

이번 포스팅에서는 deprecated 된 getColor, getDrawable 에 대해 알아보자.

 



Old (~Android API 22)

◼ Android 5.1(API 22) 까지는 하단과 같이 resource 를 통한 getColor, getDrawable 을 사용해 왔다.



New (Android API23~)

◼ Android 6(API 23) 부터는 하단과 같이 ContextCompat 을 통하여 getColor, getDrawable 을 사용하면 된다.

(com.android.support:support-appcompat 을 추가하면 ContextCompat 을 사용할 수 있다.)



728x90
댓글