Reputation: 1163
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.
Upvotes: 3
Views: 3197
Reputation: 6657
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)
Upvotes: 0