I am aware about Android webkit doesn't support MathML. but I am working on on Maths related project and my client has send some thousands of MathML files.

I have tried with "MathJax" it works but its Internet based and rending speed is very slow, it takes around 2 to 3 sec to render file, I also tired to implement locally but it requires lot of resources and he is not able to find some resources from local folders.

Is there any way to display MathML in Android? if not then what would be best approach if I already have thousands of MathML files.

有帮助吗?

解决方案 2

You can use JEuclid

It does nice job taking MathML and creating a JPG, PNG, etc. It will also display the equations in a GUI (and I'm guessing you can look at the GUI code and incorporate that into your own project)

其他提示

Firefox on android supports mathml natively

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