简体   繁体   中英

How to display mathematical equations?

I have a database of this mathematical equations that I want to display them in android.

<span 
style="font-family:'unicode';
display: inline-block;
direction:ltr;
text-align:left">
$cos^{2}A$
</span>

which language is it? how to show it as a mathematical equation in android? where can I learn more about this?

MathView is a third-party view library, which might help you display math formula on Android apps

More links:

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM