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
In line 43 : Glide.with(context).asBitmap().load(mImage.get(position)).into(holder.image);
I get an error saying Cannot resolve symbol 'image' and the image is highlighted in red. I tried making the image object as public in the viewholder class but that didn't resolve the issue. Please respond.
The text was updated successfully, but these errors were encountered:
Hey Mitch,
In line 43 : Glide.with(context).asBitmap().load(mImage.get(position)).into(holder.image);
I get an error saying Cannot resolve symbol 'image' and the image is highlighted in red. I tried making the image object as public in the viewholder class but that didn't resolve the issue. Please respond.
The text was updated successfully, but these errors were encountered: