Clear Image in the Imageview
I went through many threads but i could not get the answer yet .
I am setting an image to the imageView programmatically as
imageview.setBackgroundResource(R.Drawable.image);
if i set image as the above , will the image get cleared if i give
imageview,setImageDrawable(null) ;
what does imageview.setBackgroundDrawable(null)
meant ?
What is the difference between
imageview,setImageDrawable(null) ;
and
imageview,setImageBitmap(null) ;
and
imageview.setBackgroundDrawable(null);
Read more
stackoverflow.comm
No comments:
Post a Comment