Hello, im developing an application that is going to essentially list and show a bunch of pictures (one view, one picture) with text and tables.
As of now the resources that we are going to show are in latex format. What format makes the least hassle to convert the latex to and show in android if we want it to work for versions 2.2+?
Normal bitmat images would be easiest I think, but my client want's vector-based format for maximum quality.
What would you recommend? I just want to show the images not manipulate them. Should I try PDF, or SVG? I was also thinking about HTML, or any other suggestion? And with any suggestion what lib is recommended for that format?
Thank you!
As of now the resources that we are going to show are in latex format. What format makes the least hassle to convert the latex to and show in android if we want it to work for versions 2.2+?
Normal bitmat images would be easiest I think, but my client want's vector-based format for maximum quality.
What would you recommend? I just want to show the images not manipulate them. Should I try PDF, or SVG? I was also thinking about HTML, or any other suggestion? And with any suggestion what lib is recommended for that format?
Thank you!