Re: [android-developers] Displaying Equations on Android

2011-04-19 Thread Anuj Goyal
It looks like there is some basic support for MathML... https://trac.webkit.org/wiki/MathML I don't have access to an Android 3.0 device, but it might work on there. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this grou

[android-developers] Displaying Equations on Android

2008-11-16 Thread [EMAIL PROTECTED]
I am currently working on an application that is essentially an equation "cheat sheet." I want to make the equations look good when they are displayed, so I am thinking of using MathML, but I don't know how I would implement this and include everything in a packaged application. Any advice on how