i have checked many convertion tools but can anybody suggest me a

PAID OR FREE mathml to ASCII converter or any tool

to display mathematical equations in android textView.

有帮助吗?

解决方案

You can visit the solutions from www.wiris.com. With WIRIS editor you can convert from MathML to PNG images suitable to be displayed in any browser and in any application, in particular, also for android.

It is not clear what you mean by mathml to ASCII. As part of the accessibility solutions, the WIRIS tools can generate a textual representation of a formula. For example, for ½ the “ascii” version would be “1 over 2“.

其他提示

jqMath at http://mathscribe.com/author/jqmath.html is a JavaScript library you can use.

Since it's in javascript, you can us a WebView to render it.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top