02-04-2010 04:48 PM
I am a newbie here. Is there a way to display mathematical equations (including the integral sign, fractions, square root etc) in Blackberry. What is the best way to do this?
Solved! Go to Solution.
02-09-2010 03:02 PM
There are no fields in the BlackBerry API set that have built in support for this. You would need to draw these symbols manually using the Graphics class.
02-09-2010 03:50 PM
The other way you could do this is set up or find a TeX to image renderer (such things do exist), and then make your Blackberry download the required images to display the rendered math symbols.
02-09-2010 05:02 PM
Thanks.