hello, does anyone knows how i can make the user c...
# android
r
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
Not Kotlin related. Also, don't save images in sharedpreferences, that is backed by xml (text). Just save it in the filesystem.
r
Oh okay deal I will try to find how to do it. Thanks alott!!