horizo​​ntalscrollview中的许多位图图像给出内存不足

时间:2014-04-11 10:06:31

标签: android bitmap lazy-loading horizontal-scrolling horizontalscrollview

我在horizo​​ntalscrollview中使用了大量图像。我以编程方式添加这个布局。我想在滚动时加载图像。我怎么能这样做?

 <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>

0 个答案:

没有答案