반응형
출처 : http://stackoverflow.com/questions/4207068/add-more-than-one-string-to-a-textview
<string name="welcome_messages">Hello, %1$s! You have %2$d new messages.</string>
Resources res = getResources();
String text = String.format(res.getString(R.string.welcome_messages), username, mailCount);
쓸일이 있을까 싶지만...
'dev > android' 카테고리의 다른 글
android studio 개인 환경 설정 저장용 (0) | 2015.02.09 |
---|---|
android sqlite 정리 - select (0) | 2015.01.16 |
너무 똑똑한 android studio(intelliJ) refactor의 문제점! (0) | 2015.01.08 |
mac에서 android studio 환경 설정하기 (0) | 2014.12.12 |
android.content.res.Resources$NotFoundException: String resource ID (0) | 2014.12.08 |