I would like to have some advice on how to save images on the server and the URL address in the MySQL table through an android app.
I have seen many tutorials on the internet but nobody satisfies me, it takes a long time to upload an image, like ten seconds.
In most tutorials you take a Bitmap and convert it to Base64.
What I would know, is if there are any best practices for uploading images to the server with URLs with an android app.
That is, whether to use Multipart or Base64.
Or advice on how to make image loading fast or something like resizing large images so you can load them faster.
I'd love to hear your opinion.
Thank you