文件名称:AystnPicture
介绍说明--下载内容均来自于网络,请自行研究使用
对ListView的异步加载图片的功能演示,主要根据url读取图片返回流的方法。为了方便演示,将请求图片的链接先固定,每读取好一个图片就更新,界面比较简单先一个loading的效果,一旦有图片了就去掉loading,显示图片。 AsyncTask里面重载的方法doInBackground操作不能涉及到更新UI界面,不然会出错。-ListView asynchronous load images on the feature presentation, mainly based on reading the image url return method stream. To facilitate the presentation, the first fixed link requests picture, a picture of a good read on each update, the interface is relatively simple to be a loading effect, the picture will be removed once the loading, display pictures. AsyncTask which overloaded method doInBackground operation can not relate to update the UI interface, or be wrong.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
AystnPicture\.classpath
............\.project
............\AndroidManifest.xml
............\bin\AystnPicture.apk
............\...\classes.dex
............\...\.om\parabola\main\ListViewReadImageAscy$Bean.class
............\...\...\........\....\ListViewReadImageAscy$ImageAdapter.class
............\...\...\........\....\ListViewReadImageAscy$ImageLoadTask.class
............\...\...\........\....\ListViewReadImageAscy.class
............\...\...\........\....\R$attr.class
............\...\...\........\....\R$drawable.class
............\...\...\........\....\R$layout.class
............\...\...\........\....\R$string.class
............\...\...\........\....\R.class
............\...\...\........\....\Request.class
............\...\resources.ap_
............\default.properties
............\gen\com\parabola\main\R.java
............\proguard.cfg
............\res\drawable-hdpi\icon.png
............\...\.........ldpi\icon.png
............\...\.........mdpi\icon.png
............\...\layout\main.xml
............\...\values\strings.xml
............\src\com\parabola\main\ListViewReadImageAscy.java
............\...\...\........\....\Request.java
............\开发文档\开发文档
............\bin\com\parabola\main
............\gen\com\parabola\main
............\src\com\parabola\main
............\bin\com\parabola
............\gen\com\parabola
............\src\com\parabola
............\bin\com
............\gen\com
............\res\drawable-hdpi
............\...\drawable-ldpi
............\...\drawable-mdpi
............\...\layout
............\...\values
............\src\com
............\assets
............\bin
............\gen
............\res
............\src
............\开发文档
AystnPicture