How to show special characters in Android?

你离开我真会死。 提交于 2019-12-03 16:22:26

Sorry, there are not a lot of different solutions.. There are no 'magical answer", here are some different ways to achieve what you want.

1) Using a webview with some Javascript

2) using a server to produce a picture of the formula.

3) Using a 9.png file embededd in your app with the square root symbol and display it as textview background

4) Drawing a canvas with all your text and symbols

5) using Hexadecimal code: http://htmlhelp.com/reference/html40/entities/symbols.html

http://tlt.its.psu.edu/suggestions/international/bylanguage/mathchart.html

6) Maybe other ideas, but definitely no way to achieve a 300 formula listview in a easiest way.

This one seem quite good and works in Android without any issue: http://mathscribe.com/author/jqmath.html

Edit: You can run this inside a WebView, you don't need any webapp.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!