I am developing a trivia quiz app which may have maths,physics and chemistry symbols, since this a real time game app everytime questions will be downloaded from a server and shown for particular topic.It needs to be a native android app and performance is very important(two player game).If I am using jqmath or mathml inside webview as mentioned it takes a bit of time to render, is there any other android library or should I use ndk c or c++ libraries for performance(if so kindly name them) or how can I improve performance with webview itself or any other better idea, please suggest?
How to display mathematical symbols,physics,chemistry equations in android?
Asked Answered
This might be helpful: fileformat.info/info/charset/UTF-8/list.htm –
Kristankriste
After an year, I found a library which could do this quite efficiently and have used this in current project. This is the link of that great work Mathview which you can easily include in your native code itself.
It seems that you need a TeX-like system to generate mathematics/physics/chemistry symbol and/or equations? If that's so, TeXLive4Android is worth a trial.
Or you might want to build a webservice that use TeX-like systems to generate png image, check this post.
© 2022 - 2024 — McMap. All rights reserved.