Reputation: 19
My app is supposed to show some engineering formula.
How can I display a formula in my app?
Upvotes: 1
Views: 3077
Reputation: 1
*You can use MathJax also but it is slightly heavy. So I propose you to use jqMath. (jqMath is a JavaScript module that makes it easy to put formatted mathematical expressions in web pages.)
*Download this JavaScript Library here. http://mathscribe.com/author/jqmath.html There`s a link to download that Library from link called "download jqMath"
*For more Info visit: https://inducesmile.com/android/how-to-display-math-formula-and-equation-in-android-application/
Good Luck!!
Upvotes: 0
Reputation: 1463
Although there is no direct way to show math formula in android TextView, But you can use MathJaxWebView and use the webview to show formula using it. Visit the link for more infomation on how to do it.
Upvotes: 2