How do I do a lazy load of images in ListView from PHP server to Android
问题 I am new to android & exploring it.I need to load image of User dynamically in my list shown below list of Users! I use one static image to show as user image from my resource folder. this list is dynamic & get change as my location get change but only when i refresh it. AddObjectToList(jFan_Data.getString("uniqid").toString(),R.drawable.ic_add, jFan_Data.getString("name"), jFan_Data.getString("distance")); on click of the list item need to display the complete profile of user. i succeed to