I am using lots of images in horizontalscrollview. And I am addind this layout programmatically. I want to load images when scrolling. How can I do that?
 <HorizontalScrollView
                    android:layout_width="wrap_content"
                    android:background="@color/gray"
                    android:layout_height="wrap_content">
            <LinearLayout
                    android:id="@+id/bill_layout"
                    android:orientation="horizontal"
                    android:layout_width="fill_parent"
                    android:layout_height="fill_parent">
            </LinearLayout>