How to implement a function, which allows from android image gallery share image to my webview application and upload it to the server?
E.g. I'm browsing through my android image gallery, on a specific image I click "share" button, then in a "Share via" window I select my webview application, which opens a specific view with packages list, then I select a package and the image is uploaded to the server with the selected package's id.
So, is it possible to create this functionality as described above? Or maybe it's only possible to upload an image via regular file chooser?
I'm quite new to android development, so any help where should I start would be appreciated.