How to display mathematical symbols,physics,chemistry equations in android?
Asked Answered
B

2

6

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?

Britannia answered 13/7, 2015 at 6:57 Comment(1)
This might be helpful: fileformat.info/info/charset/UTF-8/list.htmKristankriste
B
3

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.

Britannia answered 11/9, 2016 at 6:15 Comment(0)
S
1

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.

Succession answered 13/7, 2015 at 7:28 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.