搜索资源列表
AsyncTask
- android中常用的组件以及界面实现效果,非常有帮助,有需要的可以-android, and interface components commonly used to achieve results, very helpful, we need to look at
NewThreadMain
- 本工程实现了异步加载SD卡中所有图片&视频缩略图的操作 利用到的知识点为: 1.Android AsyncTask:异步加载时 2.ImageSwitcher控件 3.SlidingDrawer控件 可以扩展为: 1.点击ImageSwitcher时,如果是图片则查看原图,如果是视频,则预备播放视频 注意:视频格式有限制
httpmodule_version_2
- android平台的HTTP模块,采用AsyncTask以及监听的方式实现简单可用的http连接-http connection module for android platform.
OSchinatest
- AsyncTask进度条加载网站数据到ListView\OSchinatest.zip-OS chinatest
com_weibo_android_example
- 自定义JSONAdapter,直接解析服务器端json,填充listview 添加ViewWeiBoActivity,查看微博信息 读取微博内容中的图片,转发微博中的图片。 使用AsyncTask代替hanlder,异步加载微博信息 点击“加载更多”,动态加载微博 点击刷新,获取最新微博 全部使用service,后台执行任务 -Custom JSONAdapter, directly resolve server-side json, fill the listvie
AsyncTask
- this a project for mobile.I am studing android.-this is a project for mobile.I am studing android.
MultiThreadAsyncTask
- Code example Asynctask in android.
android-async-http
- android 异步调用asyncTask demo-android 异步调用asyncTask demo
AndroidAsyncTask
- Android线程模型和AsyncTask-Android AsyncTask
SyncLoadImageListview
- Android ListView 异步加载图片,一点也不卡,使用AsyncTask和WeakReference,注释详尽-The Android ListView asynchronous load images, is not card use AsyncTask and WeakReference detailed notes
async
- asynctask 实现的后台加载功能 android-failed to translate
AndroidAPI.chm
- ,Android教程,API教程 编译于2012年1月31日,由中文翻译小组整理的Android中文API合集chm版,涵盖历次合集内容,包括了android类Manifest,Manifest.permission,Manifest.permission_group,SQLiteOpenHelper,android.os类,AsyncTask,CountDownTimer,Message,MessageQueue,HandlerThread,枚举AsyncTask.Status等的AP
AystnPictureDemo
- 异步加载图片,为了简洁这里请求图片链接先固定。每读取好一个图片就更新。AsyncTask里面重载的方法doInBackground操作不能涉及到更新UI界面,不然会出错-Asynchronous load images, image links request for brevity here before fixation. Each picture is updated to read a good one. AsyncTask doInBackground overloaded metho
AsyncTaskDemo
- 异步加载网络图片,利用AsyncTask实现。-load image on net with asynctask
AsyncResult
- AsyncTask enables proper and easy use of the UI thread. This class allows to perform background operations and publish results on the UI thread without having to manipulate threads and/or handlers for Andriod.
AndroidWebView
- game for java game for java game for java -import java.io.IOException import java.util.ArrayList import java.util.logging.Level import java.util.logging.Logger import android.accounts.AccountManager import android.app.Activity im
ReverseGeocoderTask
- ReverseGeocoderTask extends AsyncTask Source Code for Andriod.
AsyncTask
- AsyncTask enables proper and easy use of the UI thread. This class allows to perform background operations and publish results on the UI thread without having to manipulate threads and or handlers.
AsyncTask
- 学习AsyncTask的简单代码,一看就知道怎么使用AsyncTask框架完成多线程-AsyncTask learning of simple code, one can know how to use multiple threads to complete the framework AsyncTask