May I know how to store an image manually into a database without using codes/programming? How do I go about doing that? How do I even save it as a BLOB type? Or do I save the image URL(from local desktop location and not from the internet) to the database? And after which, how do I go about displaying the image from the preloaded database and display it in the image view?
Many thanks in advance!
I have managed to find alternatives to settle down with. Which is to save the image file name into the database and store the images in the application’s asset folder after which display the image by the path name in webview.