How we can get url from local storage in kotlin?
How we can get url from local storage? I need to send the image that I've picked from local storage to server. My friend told me to get url from the image. How can i do that? I work on fragment rather than activity. This is my fragment code: https://codeshare.io/3AMWY6 and this is my viewmodel code: https://codeshare.io/Lw0xnl I can get image from gallery but...