0

I am developing a quiz and formulas app where I need to use math formulas, how to insert an equation or formula in xml or android studio?

so far I know how to transform any given formula into mathml code but I don't know how to implement that code with my textviews in xml

1 Answers1

0

You can't directly input the equations in XML, there are two possible solutions to this.

1- you can use Mathjaxwebview

2- there's a library named MathView

Dharman
  • 30,962
  • 25
  • 85
  • 135