hello, does anyone knows how i can make the user change his picture by pressing on an imageButton without using firebase or so? And is there a way to save the image using shared preferences?
google 2
stackoverflow 4
l
louiscad
03/11/2021, 7:32 PM
Not Kotlin related.
Also, don't save images in sharedpreferences, that is backed by xml (text).
Just save it in the filesystem.
r
Ralph Nader
03/11/2021, 9:17 PM
Oh okay deal I will try to find how to do it. Thanks alott!!