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
You can check my forked repo, I modified it to support Glide (since the owner is currently using Picasso so there won't be a pull request for that).
Attention:
You might get an error because of the collapsed between setTag() of Wiv and Glide. To prevent that, in your main app Application file (BaseApplication.java?), add this line in onCreate function:
+ ViewTarget.setTagId(R.id.glide_tag);
where glide_tags is
Can we make it use with Glide ?
Can we make it cache images for offline support ?
The text was updated successfully, but these errors were encountered: