Android App2014. 5. 26. 11:22

 

<?xml version="1.0" encoding="utf-8"?>

<resources>

    <string name="hello">Hello World</string>

</resources>

 

 

someTextView.setText(getString(R.string.hello));

 

이렇게 사용~

Posted by 동동(이재동)