Skip to content Skip to sidebar Skip to footer

How To Add Images Within Texts That Stored In Sqlite In Android

I want to add some images between the texts. I stored texts in sqlite db. How can I determine the right location of images in texts. For example, I have 5 paragraphs in one lesson

Solution 1:

use image ref in your html. e.g. <a href="file:///**", which ** is the image path stored in sqlite.


Post a Comment for "How To Add Images Within Texts That Stored In Sqlite In Android"