java - Unable to refresh imageView -
so have tried refresh imageview contents imagrview.setimageuri(uri) , works when first time. when store uri of new image , revisit activity , call method again ( stored uri) shows blank white screen. have checked uri not null , tried invalidate(), postinvalidate()...etc solutions find on web. idea why it's working when set not later? need set permissions that?
Comments
Post a Comment