سؤال

I'm developing an android app in which we're going to display some mathematics and physics question with multiple-choice answers. The text of the questions are ready on a Microsoft Office Word .docx format.

The text of the questions usually contains formulas and equations and we want to save them in a SQLite database and access to it on android app.

The real problem is how to manage the displaying part, since to the best of my knowledge, we should manage such complex text with html tags. There are actually about at least 2000 of these questions and we're after an optimized solutions for the problem.

and I'm a tough guy ! :) just give me some keywords and I'll go get it done.

So, please share your experiences and suggestions.

هل كانت مفيدة؟

المحلول

An easy solution, mentioned in the comments, would be to use MathJAX.

An alternative, if you only have about 2000 formulas, would be to set up TeX on your local machine, generate the formulas, and convert into individual png images.

You could also use HTML+Unicode directly if the formulas are simple.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top