I'm using Android Studio to develop an application. I'd like to ask the user of the app to make a photo or upload an image of his device, and I'd like to know if there's any way that I can take this file, upload it to a hosting server and get the URL of the hosted image.
Thanks!