Question

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.

Was it helpful?

Solution 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)

OTHER TIPS

Firefox on android supports mathml natively

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top