String highlightedWords[] = {"We", "country"};
String fullText = "We love our country a lot.";
textview.setText(fullText);
出力は次のようになります。 私たちは自分の国をとても愛しています。
String highlightedWords[] = {"We", "country"};
String fullText = "We love our country a lot.";
textview.setText(fullText);
出力は次のようになります。 私たちは自分の国をとても愛しています。