资源简介
代码片段和文件信息
//#Article: Android style C# AsyncTask
//#Author: Petar Petrov
//#License: COPL
//#URL: www.ppetrov.net
using System;
using System.Collections.Generic;
using System.Text;
using System.ComponentModel.Custom.Generic;
namespace AsyncTaskCallback
{
/*
Quote From Android API :
“
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 is designed to be a helper class around Thread and Handler and
does not constitute a generic threading framework. AsyncTasks should ideally
be used for short operations (a few seconds at the most.)
If you need to keep threads running for long peri
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2013-03-02 06:06 AsyncTask\
文件 5252 2012-11-08 04:33 AsyncTask\AsyncTask.cs
文件 3491 2012-11-01 01:56 AsyncTask\AsyncTaskCallback.csproj
文件 875 2012-10-26 02:05 AsyncTask\AsyncTaskCallback.sln
文件 38400 2012-11-08 06:56 AsyncTask\AsyncTaskCallback.suo
文件 26507 2012-11-02 21:47 AsyncTask\GenericBackgroundWorker.cs
文件 492 2012-10-26 02:31 AsyncTask\Program.cs
目录 0 2013-03-02 06:06 AsyncTask\Properties\
文件 1446 2012-10-26 02:05 AsyncTask\Properties\AssemblyInfo.cs
文件 2862 2012-10-26 02:05 AsyncTask\Properties\Resources.Designer.cs
文件 5612 2012-10-26 02:05 AsyncTask\Properties\Resources.resx
文件 1102 2012-10-26 02:05 AsyncTask\Properties\Settings.Designer.cs
文件 249 2012-10-26 02:05 AsyncTask\Properties\Settings.settings
文件 3259 2012-11-08 06:55 AsyncTask\TestForm.cs
文件 6665 2012-11-05 05:28 AsyncTask\TestForm.Designer.cs
文件 5817 2012-11-05 06:29 AsyncTask\TestForm.resx
- 上一篇:用于FFT变换的代码
- 下一篇:android ba
seActivity 分享
相关资源
-
android ba
seActivity 分享 - android 自定义的Toast
- android 仿新浪源代码(SlidingMenu)
- android Serializeable与Parcelable 数据对象传
- android selector(normal/pressed/focused/disa
- android activity之间传值(通过Intent的
- 仿android4.0 Spinner下拉效果
- android 自定义相机
- android Aidl入门
- android andbatdog电池监控
- Android Gamex木马分析报告
- android 拨打电话源码(亲测可用)
- android AIDL 最简demo
- android 打开网页网址
- android 多线程断电续传文件
- Android下的加密信息客户端 WhisperSyst
- Android3d动画
- android安装应用插件 Cordova插件
- Android,通用的build配置文件
- Android自动生成JavaBean
- fragment演示
- Android时间处理 3天前、1分钟前等支持
- android aidl跨进程调用
- android 侧边栏滑动例子源码下载2395
- android 自定义表格(tableview)
- android 分组 列表源码(仿支付宝交易
- SearchDemo
- AndroidUIDemo
- AndroidViewDemo
- 可拖拽的gridView——Drag and drop GridVi
评论
共有 条评论