Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
android.widget.TextViewでツイートを設定していますが、&は次のようにフォーマットされています
&
&のような特殊文字が正しく表示されるようにフォーマットするにはどうすればよいですか?
使用Html.fromHtml():
Html.fromHtml()
text.setText(Html.fromHtml("&"));