Storing a image in sqlite is not a proper way to do. Can I store the location of the image eg.(asset/facea.png) and so on... So when I fetch the data from sqlite DB I get the location(asset/facea.png). From here please guide me how to convert the link (asset/facea.png) location to image when I submit it. My edittext contains value like "hi asset/facea.png" how can I change that to hi <image>
on click submit.
MY sample code: http://pastebin.com/xzPBKK2L
Thanks in advance.