首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

ListView异步加载图片是非曲直常实用的方法

2012-07-23 
ListView异步加载图片是非常实用的方法ListView异步加载图片是非常实用的方法,凡是是要通过网络获取图片资

ListView异步加载图片是非常实用的方法

ListView异步加载图片是非常实用的方法,凡是是要通过网络获取图片资源一般使用这种方法比较好,用户体验好,下面就说实现方法,先贴上主方法的代码:

            <?xml?version="1.0"?encoding="utf-8"?>??<LinearLayout?xmlns:android="http://schemas.android.com/apk/res/android"????????????????android:orientation="horizontal"????????????????android:layout_width="fill_parent"????????????????android:layout_height="wrap_content">????????????<ImageView?android:id="@+id/image"?????????????????????android:layout_width="wrap_content"?????????????????????android:layout_height="wrap_content"?????????????????????/>????????????<TextView?android:id="@+id/text"????????????????????android:layout_width="wrap_content"????????????????????android:layout_height="wrap_content"/>????</LinearLayout>??



          原文地址:http://blog.jteam.nl/2009/09/17/exploring-the-world-of-android-part-2

          AsyncListImage.zip (50.5 KB)

热点排行