The payment platform I am using for my app provides a barcode image in SVG format, as below:
https://api.omise.co/charges/chrg_test_5d90i5vu8tv6vm0q4ah/documents/docu_test_5d90i5wz0qmrc7ogg1j/downloads/FD1649EF22456F4B
How do I take that string/url and display the image in an ImageView? If I paste that string in my browser, it downloads the SVG file.
Do I need to convert the file to/from SVG format into the required format? If so, how would I do that?