Lazy Load images on Listview in android(Beginner Level)? [duplicate]

I got it. This is the perfect code I want. Lazy loading works to custom adapter just visible list item’s icons. Hope it helps to the beginners public class List14 extends ListActivity implements ListView.OnScrollListener { // private TextView mStatus; private static boolean mBusy = false; static ViewHolder holder; public static class EfficientAdapter extends BaseAdapter { … Read more