Fardad Jalili
Results
2
comments of
Fardad Jalili
I think when we have a placeholder we should have a policy about when setImageUrl is called with a null reference, maybe cancel the task and show the placeholder? Something...
The main problem with this code which is likely to happen is when someone using a code like this for example? BASE_URL = "http://example.com/photos.php?id="; in Adapters getView for example: view.setImageUrl(BASE_URL+position);...