0
I have an android application with an Imageview that receives an image from the device, and I need to save it in a mysql database through a Java web service how could do this?
0
I have an android application with an Imageview that receives an image from the device, and I need to save it in a mysql database through a Java web service how could do this?
0
You could turn your image into an array of bytes and transfer it to the web service and save it to the database as a binary.
Browser other questions tagged android mysql imageview
You are not signed in. Login or sign up in order to post.