Writing a Java program that contains mathexpressions. Following link contains a MathView:
text
Is it possible to download the code and make it a library and then attach it to a Android Studio project?
I tried to add the dependency to the build.gradle as stated in the link:
`compile 'io.github.kexanie.library:MathView:0.0.6'`
get the following error:
Could not find io.github.kexanie.library:MathView:0.0.6
New contributor
Reza is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.