2

I have a ListView in which I am display Facebook friend's Image and name.Right now what I am doing is that I am showing 7 friends at once and have a load more button that displays next 7 and so on. My Friend's Listview

Now what I want do is show all the names but with a default pic in the ImageView and refresh only if it is showing on the screen without blocking the UI. eg If user is seeing Mr X on the screen then only I get his picture and show it in the ImageView without blocking the UI.

3
  • 2
    did you even search? stackoverflow.com/questions/541966/… Commented Jun 28, 2013 at 16:10
  • 2
    He probably did try to search for it but didn't know the proper term, "lazy load". Commented Jun 28, 2013 at 16:28
  • 1
    I tried to search but I didn't know what its called. Nonetheless its done. Thanks man. Commented Jun 28, 2013 at 22:11

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.