0

I am using smartimageview one of the best library to display image from url. When i cleared the app cache and load the page that contains the smartimageview in offline condition it shows nothing. So i want display at least the item name in the place of smart imageview. What I should do ?

Anu
  • 1,195
  • 2
  • 19
  • 35
  • Set a placeholder image on start, replace it when you have downloaded the image? – ElDuderino Apr 24 '14 at 11:04
  • can i set name? because there is nothing in the the listview to recognize item other than this imageview. – Anu Apr 24 '14 at 11:44
  • Create a TextView on top of the ImageView, set the name to the TextView, then when the image is loaded, hide the TextView and show the ImageView... – ElDuderino Apr 24 '14 at 11:53
  • But i do not getting any event to recognize whether it is loaded succesfully or not – Anu Apr 24 '14 at 12:36
  • This is hard to believe, and if it's true then it's most definitely not "one of the best library to display image from url"... somewhere this library will do .setImage() or something like that, I am sure. – ElDuderino Apr 24 '14 at 12:44

0 Answers0