搜索资源列表
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
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
volley
- 在这之前,我们在程序中需要和网络通信的时候,大体使用的东西莫过于AsyncTaskLoader,HttpURLConnection,AsyncTask,HTTPClient(Apache)等,今年的Google I/O 2013上,Volley发布了。Volley是Android平台上的网络通信库,能使网络通信更快,更简单,更健壮。
Asynctask
- android开发中异步操作,输入一个网址,用异步操作对该网页进行解析,对学习异步操作的函数以及架构有一定的帮助。-The asynchronous operation of android development, enter a URL, using asynchronous operations to parse the pages, it is helpful to learn the functions and structure of the asynchronous operati
AystnPicture
- 对ListView的异步加载图片的功能演示,主要根据url读取图片返回流的方法。为了方便演示,将请求图片的链接先固定,每读取好一个图片就更新,界面比较简单先一个loading的效果,一旦有图片了就去掉loading,显示图片。 AsyncTask里面重载的方法doInBackground操作不能涉及到更新UI界面,不然会出错。-ListView asynchronous load images on the feature presentation, mainly based on readin
AsyncTaskTest
- 这个实例示范如何使用异步任务下载网络资源,该程序的重点是实现AsyncTask的子类。-This example demonstrates how to use asynchronous download task of network resources, the focus of the program is to achieve a subclass of AsyncTask.
AsyncTask
- 显示了如何获取网络资源,并在android中获取它的源代码-network code
Telephone_gsd
- 异步查询手机号归属地是一个AsyncTask写了一个号码归属地异步查询的小例子,调用下面的接口,把mobileCode=xxxxxxxxx后面的xxxxxxxxx替换成想查询的手机号就行,支持11位和手机号的前7位数字查询,直接在浏览器里访问构造后的url可以看到返回内容-Asynchronous query the phone number attribution is an asynctask wrote a number attribution to the asynchronous qu
AsyncTask
- 学习AsyncTask的简单代码,一看就知道怎么使用AsyncTask框架完成多线程-AsyncTask learning of simple code, one can know how to use multiple threads to complete the framework AsyncTask
ApplicationUpgrade
- 通过HttpClient、AsyncTask和Handler结合实现软件升级(Upgrading software through HttpClient, AsyncTask and Handler)