I want to implement a List View in Fragment. Size of the list can be more than 1000 which includes images in left and name and type will be right. I am able to implement CustomArrayAdapter and List View but i don't know how to load only specific number of items or only those which are visible. I want that if user scroll down then only hit the server and load the images and data.
How can i implement this kind of List View in Fragment?
I don't know much about andorid. Please help me out to solve this problem. 
Thank in advance
 
    