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.
私のアプリでは、htmlドキュメント(方程式を表示するコード、ライブラリへの参照を含む)をWebビューにロードしています。
問題は、ロードにまだ時間がかかり、スムーズに感じられないことです。プログレスバーを接続して、少しスッキリさせました。
私はちょうど疑問に思っています、そのhtmlファイルをテキストビューにロードすることは可能でしょうか?または、そのhtmlコードをテキストビューに埋め込むことはできますか?
はい、可能です:
textView.setText(Html.fromHtml(myHTMLString));