티스토리 뷰
R.java 를 참조하지 않고 리소스 얻어오기
getIdentifier 의 첫번째 인자 는 리소스 이름
두번째 인자 "string" 같은경우
resource xml 의 element 이름 적어주거나
"drawable" 로 Drawable도 얻어올수 있다.
int resId = context.getResources().getIdentifier(resName, "string", context.getPackageName());
String str = context.getString(resId);
= context.getResouces().getString(resId);
int resId = context.getResources().getIdentifier(resName, "drawable", context.getPackageName());
Drawable = context.getResources().getDrawable(redId);
String str = context.getString(resId);
= context.getResouces().getString(resId);
int resId = context.getResources().getIdentifier(resName, "drawable", context.getPackageName());
Drawable = context.getResources().getDrawable(redId);
getIdentifier 의 첫번째 인자 는 리소스 이름
두번째 인자 "string" 같은경우
resource xml 의 element 이름 적어주거나
"drawable" 로 Drawable도 얻어올수 있다.
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 영화
- 에픽하이
- 여행
- android
- 인디
- 드라마
- 포스트크로싱
- 야마다 타카유키
- 일어일기
- epik high
- 음악
- 아사가야
- 공연
- Java
- 코이데 케이스케
- postcrossing
- 락
- 사진
- 신주쿠
- 안드로이드
- 서울숲별밤축제
- 일기
- 노래
- 진해
- 잡담
- 책
- Linux
- 일본
- Mac
- 도쿄
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
글 보관함