728x90
기존 코드
img_season = (BitmapDrawable)context.getResources().getDrawable(getMap().get(str_season));
수정 코드
img_season = (BitmapDrawable) ContextCompat.getDrawable(context, getMap().get(str_season));
출처: https://yonoo88.tistory.com/872 [yonoo's]
728x90
'Dev > Android' 카테고리의 다른 글
[Android] Navigation + Fragment 관리 관련 메모 (0) | 2020.04.20 |
---|---|
[Android] 프로젝트의 Deprecated API 확인 방법 (0) | 2020.04.20 |
[Android] FragmentStatePagerAdapter is deprecated from API 27 (1) | 2020.04.20 |
[Android] Display 사이즈 가져오기 & getWidth() is deprecated as of API 15: Android 4.0.3 (IceCreamSandwich) (0) | 2020.04.20 |
[Android] 지문인식 기능 변천사 정리 (0) | 2019.12.31 |