i am working on an application which has more then 10000 markers on google map , i am using google map v2 ,and as library android-maps-extensions https://code.google.com/p/android-maps-extensions/.
but when i load markers on map it make application slower and 10\5 times force close beacause of java.lang.OutOfMemoryError Exception.
all the markers have its own images , images loads form url, condition in which image is not loading , defult image will be displat
is there any way to handle this kind of condition..?