I want to create a custom world map using SVG. I have country JSON from https://github.com/Fil/visionscarto-world-atlas . How can I do this with SVG in android?
Asked
Active
Viewed 230 times
1

Muntasir Aonik
- 1,800
- 1
- 9
- 22

Krutika Chotara
- 143
- 11
-
1You could use a WebView and run the javascript from that repo in that. Or you could generate and save the SVG and use an SVG library to render it in your app. Which part are you stuck on? – Paul LeBeau Jul 08 '20 at 11:07