I am trying to load svg image through an external link(https://restcountries.eu/data/ind.svg) into an imageview in android application using glide but it throws error. So i'm open to suggestions to solve this issue.
Asked
Active
Viewed 3,084 times
2
-
check this, possible duplicate of https://stackoverflow.com/questions/28215625/androidload-svg-file-from-web-and-show-it-on-image-view – Lalit Verma Nov 28 '17 at 17:41
-
1No, its not. actually i was trying to use **RequestBuilder** provided by **Glide** but it is not recognizing **using** method. Please help if you have any idea to resolve this error. Thanks. – Prashant_Sarin Nov 29 '17 at 19:35