I am trying to develop an Android app that will connect to a remote SQL database using PHP. I have images stored in the remote SQL database as BLOB. (For example a table with student id, student name, student image) I will need to save this data onto my Android database.
I have read that using JSON is a good way but is unable to find any good samples on saving the image blob from PHP to the Android database. I would appreciate if you can guide me on both the server side and the client side. Thanks.