I
I
Ivan2017-08-09 08:54:34
Android
Ivan, 2017-08-09 08:54:34

Why doesn't Picasso load SVG images from Firebase storage?

I am writing an application for android. It is necessary to download an image in SVG format from firebase and load it into ImageView.
For this procedure, I use the Picasso library and its standard method. The problem is the following, if a JPG, Png and others image is loaded normally, but with SVG everything is completely opposite. In place of the picture in the application is emptiness. What could be the problem?
In XML markup I use ImageView.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Varakosov, 2017-08-09
@thelongrunsmoke

Because ImageView does not support SVG, GIF and a number of other formats.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question