NetworkImageView with InfoWindowAdapter

Posted by Exception-al on Stack Overflow See other posts from Stack Overflow or by Exception-al
Published on 2013-09-19T16:57:42Z Indexed on 2013/10/19 21:56 UTC
Read the original article Hit count: 499

Filed under:
|

I'm having trouble trying to use Volley's NetworkImageView with an InfoWindow of Google Maps API v2.

My markers shows an InfoWindow with an image fetched from the internet. As you know, the only way to do this is to show the InfoWindow and refresh it when finished downloading the image.

So I need a way to know when the NetworkImageView have finished downloading the image so I can refresh that view.

I'm looking for something like onLoadComplete

Any ideas?

© Stack Overflow or respective owner

Related posts about android

Related posts about android-volley