Example usage for android.os AsyncTask subclass-usage

List of usage examples for android.os AsyncTask subclass-usage

Introduction

In this page you can find the example usage for android.os AsyncTask subclass-usage.

Usage

From source file com.gmail.at.faint545.tasks.QueueDownloadTask.java

public class QueueDownloadTask extends AsyncTask<Void, Void, String> {
    private Fragment mContext;
    private String url;
    private String auth_api;
    private Object mTargetView;

From source file eu.codeplumbers.cosi.api.tasks.DeleteDocumentTask.java

/**
 * Created by thor on 10/2/16.
 */

public class DeleteDocumentTask extends AsyncTask<Void, Void, String> {

From source file com.maskyn.fileeditorpro.task.SaveFileTask.java

public class SaveFileTask extends AsyncTask<Void, Void, Void> {

    private final MainActivity activity;
    private final GreatUri uri;
    private final String newContent;
    private final String encoding;

From source file com.nextgis.maplibui.util.NGWCreateNewResourceTask.java

public class NGWCreateNewResourceTask extends AsyncTask<Void, Void, String> {
    private Connection mConnection;
    private VectorLayer mLayer;
    private Context mContext;
    private Pair<Integer, Integer> mVer;
    private long mParentId;

From source file org.ounl.lifelonglearninghub.learntracker.gis.ou.db.ws.ActivityWSPostAsyncTask.java

public class ActivityWSPostAsyncTask extends AsyncTask<ActivityDO, Integer, Integer> {

    private String CLASSNAME = this.getClass().getName();

    private int executeCheckIn(ActivityDO a) {

From source file edu.usf.cutr.opentripplanner.android.tasks.RequestTimesForTrips.java

/**
 * @author Vreixo Gonzlez
 */

public class RequestTimesForTrips extends AsyncTask<String, Integer, HashMap<String, List<TripTimeShort>>> {

From source file ing.rbi.poc.ResolveConnection.java

public class ResolveConnection extends AsyncTask {
    public String uri;
    public String user;
    public String password;
    public Boolean Completed = false;
    public String[] CaptureFlows;

From source file fm.krui.kruifm.TrackUpdateHandler.java

public class TrackUpdateHandler extends AsyncTask<Void, Void, Integer> {

    private static final String TAG = TrackUpdateHandler.class.getName();

    final public static String ALBUM_ART_FILENAME = "current_track_album_art";

From source file com.wms.ezyoukuuploader.sdk.task.FetchYoukuAccessTokenTask.java

/**
 * Fetch Youku OAuth2 access token.
 */
public class FetchYoukuAccessTokenTask extends AsyncTask<String, Void, String> {

    private Context context = null;

From source file com.kosbrother.youtubefeeder.api.GetSuggestChannelsTask.java

/**
 * Display personalized greeting. This class contains boilerplate code to consume the token but
 * isn't integral to getting the tokens.
 */
public class GetSuggestChannelsTask extends AsyncTask<Void, Void, Void> {
    private static final String TAG = "TokenInfoTask";