How to practically display math formula in Android

前端 未结 3 374
北海茫月
北海茫月 2020-12-25 15:41

I researched on this for quite a while and I know this kind of questions already answered. But I couldn\'t find a right answer showing how to practically deal with math form

相关标签:
3条回答
  • 2020-12-25 15:59

    You can not set maths formula to TextView in android. You have to use WebView in which you can display maths formulae. See mathjax for more information. if you want to display for android then here is library you can implement in your project. mathjaxwebview

    0 讨论(0)
  • 2020-12-25 16:02

    You can implement with MathType.

    But your data for display must be in MathType format

    https://docs.wiris.com/en/mathtype/mathtype_web/sdk/mobile-apps

    0 讨论(0)
  • 2020-12-25 16:07

    If you want to parse Tex(Inline mode and display mode) formats and ASCII math format you can use this link .I used the above math view given in this link to display formula.It worked like a charm adding to that download mathjax from official site and get fonts folder and put it in your assets folder. It will definitely work.

    https://github.com/Nishant-Pathak/MathView

    download math view form above link.

    0 讨论(0)
提交回复
热议问题