loopj / android-smart-image-view

Android ImageView replacement which allows image loading from URLs or contact address book, with caching
http://loopj.com/android-smart-image-view/
1.3k stars 510 forks source link

not loading image on smart image view progmatically #36

Open numanahmad opened 10 years ago

numanahmad commented 10 years ago

i am making an app that load image form URL but in my scenario i am making dynamic layout i am not defining any view in xml. here is my code. SmartImageView lstimg=(SmartImageView) new ImageView(this); lstimg.setImageUrl("http://www.pakistanimodels.pk/wp-content/uploads/2013/07/Ainy-Jaffri-Pakistani-Actress-Model-07.jpg"); img.addView(lstimg);

how can i use smart image view progmatically.?