프로젝트 내부 모든 text string 값들은, string resource로 저장하는것이 좋다!!!

strings.xml

<resources>
    <string name="app_name">FruitCardGame</string>
</resources>