On Thu, Dec 16, 2010 at 5:11 PM, MereMortal <[email protected]> wrote: > 1) Displaying math notations: There seems to be no support for > displaying math equations. How can we handle this? Generating an image > on server and sending it to the app seems like a hammer for a fly? I > tried adding <sup></sup> which shows superscripts but we cannot use > &radic for square roots. Any insights are deeply appreciated.
Try getting the MathML->PNG code from http://jeuclid.sourceforge.net/ to work. > 2) What is the most efficient way to handle relational data? The > dictionary example puts stuff in a text file and populates it in > sqllite db at runtime, this seems very counter intutive, what is the > reason for that and why can't we copy the DB and store it as some > example on the web suggest? What are the performance implications? You can "copy the DB and store it as some example on the web suggest". Store it as an asset or raw resource and copy it to the filesystem on first run. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to *Advanced* Android Development_ Version 1.9 Available! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

