+ 1
How to write math formula to android apps
I am making a solve test and play game application with libgdx. And I want to write 1/2 like in books for example. How can I write it ? I found mathJax but I couldn't set it to android studio.
3 Respostas
+ 3
https://tex.stackexchange.com/questions/41609/tex-rendering-in-a-java-application
this is actually for desktop usage but since it is about java I think it will work for Android as well
+ 2
Thanks bro ☺ I think it works.
0
I am making an equation solver app,
But don't know how to parse an equation to my android project by user giving the equation to solve, also want to know about some kind of java math expression parser to take equation in simple form.