• 大小: 0.02M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-01
  • 标签: Android  C#  

资源简介


资源截图

代码片段和文件信息

//#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

评论

共有 条评论