Possible Duplicate:
How to render mathematical equations in Android
I am working on an android app which need to render mathematical equation. Most of the maths on the web is stores in the form of images which is not possible in Android because of different screen sizes. WebView in android doesn't understand MathML. MathJax comes with 16MB of font (image) files which makes application heavy. jMaths comes with 80MB font (image) files. All the other answers on stackoverflow are just hints. Can someone give a real implementation example of rendering mathematical equation on Android phone?