1
我使用智能圖像查看實用(在java類中不是在xlm中)從URL獲取圖像,但它給出了ImageView無法轉換爲com的異常。 loopj.android.image.SmartImageView 這是我的code.where我做錯了? 在此先感謝。ImageView不能轉換爲com.loopj.android.image.SmartImageView
SmartImageView lstimg=(SmartImageView) new ImageView(this);
LinearLayout.LayoutParams param5 = new LinearLayout.LayoutParams((width/2)+60, (height/6)-10);
lstimg.setLayoutParams(param5);
lstimg.setImageUrl("http://4.bp.blogspot.com/-wQaH5H2z0qY/UCoZnt5bgnI/AAAAAAAAPE8/uB8rwK5P2rQ/s400/Pakistan-Flag-Facebook-Cover-851x315-100018.jpg");
img.addView(lstimg);