Hi
Can I use html tag among the text in database?
Like this image:
Click to veiw image
Or if it is impossible:
How I can use images among the text in android (database)?
Asked
Active
Viewed 28 times
1

Ghaem
- 53
- 1
- 9
-
you can store text (with html tags) to database. for image, u should convert image into byte array and then store it into database – Sathish Kumar J Apr 23 '16 at 05:07