Hi everyone !, this is my first post here ๐
I'm building an android app with a 'profile settings' page and a 'home' page. There is a container in the profile settings page which when clicked opens an image picker using which you select a profile photo form the phone's camera or gallery.
How can I store this image in a persistent way (locally without accessing the internet) and set this image to another image widget on a different page on the same app. The selected image should persist the app being restarted.
Hope this is clear enough.