문제

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