استفاده از %1$s در فایل استرینک به جای $d
fragment code : launch{ viewmodel.myScore.collect{
binding.txtScore.text=getString(R.string.socore,it.toString())
}
String resource file:
<string name="socore">socore : %1$s </string> این درسته
<string name="socore">socore : $d </string>