Androidのstrings.xmlファイル内で定義された文字列をランダムに選択する必要があります。
たとえば、私のstrings.xmlは次のとおりです。
<resources>
<string name="str1">Content comes here1</string>
<string name="str2">Content comes here2</string>
<string name="str3">Content comes here3</string>
</resources>
アクティビティでこれらの文字列の 1 つをランダムに選択できますか?