You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to display a image from a URL in a ImageView, and I tried this method based on your java class it doesn't seem to work... I've crash application...
I am trying to display a image from a URL in a ImageView, and I tried this method based on your java class it doesn't seem to work... I've crash application...
pics.xml
<com.loopj.android.image.SmartImageView android:id="@+id/my_image" />
Pics.java
import com.loopj.android.image.SmartImageView;
import android.app.Activity;
import android.os.Bundle;
public class Pics extends Activity {
@OverRide
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.pics);
}
In AndroidManifest
The text was updated successfully, but these errors were encountered: