Android : how to reload custom markers once the image is downloaded via Picasso?
I'm trying to load dynamically users avatars as custom markers. I based my code on the google maps utils demo, but somehow it doesn't work, it loads only one image and all the others are empty: Here is my code: public class MapsActivity extends FragmentActivity implements ClusterManager.OnClusterItemClickListener<ModelUser>, ClusterManager.OnClusterItemInfoWindowClickListener<ModelUser> { private ClusterManager<ModelUser> mClusterManager; private GoogleMap mMap; // Might be null if Google Play services APK is not available. private QueryAPI query = new QueryAPI(); private List<ModelUser> users