0

I have a list of .svg images from wikipedia and trying to load list of countries in my RecyclerView adapter. I tried library from github

  1. AndroidSvgLoader 2.Svgloader

Although there is no problem in loading in Activity but was not able to load within RecyclerView Adapter after passing Activity as context too.

List of images are :

  1. https://upload.wikimedia.org/wikipedia/commons/f/f3/Flag_of_Russia.svg
  2. https://upload.wikimedia.org/wikipedia/commons/0/0d/Flag_of_Saudi_Arabia.svg
  3. https://upload.wikimedia.org/wikipedia/commons/f/fe/Flag_of_Egypt.svg

Is there any way to load server svg images in adapter ?

Zoe
  • 27,060
  • 21
  • 118
  • 148

0 Answers0