<How to read and show image from an external datab...
# stackoverflow
u
How to read and show image from an external database (kotlin) Hello guys I want to make app with External Database, I made my Database white SQLite browser I need to show image and text but it just shows text I have some code to read image in my Adapter but it Dose not work. I need to show image . any help would be appreciate. Thank you (it not my actual project or database it just sample) class model { var id:Int?=null var name:String?=null var image:String?=null } object info_db { val...