python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to get a bitmap from an imageView as soon as a bitmap is set to the imageView
I'm trying to get an image from an url and save that image as string to the sharedPreferences. (I don't wanna save the image as it is. so sharedpreferences is the only option)
I'm setting the image to...
Arijit Paul
Votes: 0
Answers: 0
How to replace color by another on ImageView in Android?
I would like to change (map) white color to blue color. How can I do this on ImageView in Android? I tried setColorFilter by PorterDuff / LightingColorFilter / ColorMatrixColorFilter but I can't figur...
t0m
Votes: 0
Answers: 1