我是 android 开发的新手,我只是想知道我应该如何存储玩家当前拥有的货币价值?我应该将它作为字符串存储在 string.xml 中还是应该在方法中将其设为 int?另外我应该如何制作纸牌。我应该使用数组吗?有人告诉我你不应该将它存储为字符串,如果它不存储为字符串,我不知道在启动应用程序时如何显示它。任何帮助将不胜感激!
<TextView
android:background ="@android:color/white"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/cash"
android:padding="5dip"
/>
Im currently storing it in a textview