无法解析符号“VolleyApplication”

时间:2017-12-29 08:13:33

标签: android android-volley

在使用ImageLoader

时无法解析符号VolleyApplication
public void getImageFromURL() {
        showProgressDialog();
        ImageLoader imageLoader = VolleyApplication.getInstance().getImageLoader();
        // Using NetworkImageView
        networkImageView.setImageUrl(IMAGE_URL, imageLoader);
        networkImageView.setDefaultImageResId(R.mipmap.ic_launcher);

0 个答案:

没有答案