잡다한 내용의 창고
MSG : %1$s, %2$d
String getMsg = getResources().getString(R.string.testMessage); String resultStr = String.format(getMsg, "test", 12345); TextView txtMsg = (TextView) findViewById(R.id.txtMsg); txtMsg.setText(resultStr);
댓글 없음 :
댓글 쓰기