Hi all,
Please have a look at the pictures attached. They are from an apk - a medical dictionary with a lot of records, and when the user select a record, it will display the information. They have some tables (some with colors) inside the text view (?). I wonder how can I do those tables in the best way?
1) Store a picture (of the table) in our .db? then how can I insert the picture inside the text?
2) or store the information of the tables in the database, then build a custom table inside the view? How can I do so, if the tables can be very different (different columns and rows, colors,...) from record to record?
(P/S. In Windows mobile, I used to do it with a Webview, not sure I can do here)
Thank you!
Please have a look at the pictures attached. They are from an apk - a medical dictionary with a lot of records, and when the user select a record, it will display the information. They have some tables (some with colors) inside the text view (?). I wonder how can I do those tables in the best way?
1) Store a picture (of the table) in our .db? then how can I insert the picture inside the text?
2) or store the information of the tables in the database, then build a custom table inside the view? How can I do so, if the tables can be very different (different columns and rows, colors,...) from record to record?
(P/S. In Windows mobile, I used to do it with a Webview, not sure I can do here)
Thank you!
Attachments
Last edited: