I have an app in Android Studio and would like to use Base64 image in ImageView and ImageButton.
I already know how to convert the image (from the Drawable folder) to String, but I do not know how to apply this as a background for my items.
Is there such a thing as? Or is there a way to get a String from a converted base64 image on the same Internet and apply it as an image inside Android Studio?