Display Good-looking Math Formula in Android
It is sad to see that science and math is never given enough attention in Android platform. Maybe this is an easy problem, but I'm a total dude in javascript so I'm struggling to understand how to solve this problem. What I want to do is simple: I just need to use render mathematic equation. It can be MathJax or JqMath or anything that is small and fast. If I have to do it in a webview, how can I show plain text in paragraph and formatted equation within the same webview? (anyone comes out with other methods which obviously works, I'll consider that as solution also) WHAT I'VE DONE SO FAR: I