List of usage examples for android.os AsyncTask subclass-usage
From source file com.sudhirkhanger.app.popularmovies.FetchTasks.FetchTrailers.java
/** * Fetches trailer links from themoviedb.org */ public class FetchTrailers extends AsyncTask<String, Void, ArrayList<Trailer>> {
From source file com.updater.ota.FetchRomInfoTask.java
public class FetchRomInfoTask extends AsyncTask<Void, Void, RomInfo> { private RomInfoListener callback = null; private Context context = null; private String error = null; public FetchRomInfoTask(Context ctx) {
From source file com.fortysevendeg.lab.WeatherTask.java
/** * Fetches remote weather information given a place */ public class WeatherTask extends AsyncTask<String, Void, Integer> { /**
From source file com.thingsee.tracker.REST.KiiGetAccessTokenAsyncTask.java
public class KiiGetAccessTokenAsyncTask extends AsyncTask<String, Integer, List<String>> { private static final String LOG_TAG = "KiiGetAccessToken"; private HttpClient mHttpClient; private String mAppId;
From source file org.digitalcampus.oppia.task.APIRequestTask.java
public class APIRequestTask extends AsyncTask<Payload, Object, Payload> { public static final String TAG = APIRequestTask.class.getSimpleName(); protected Context ctx; private APIRequestListener requestListener;
From source file com.otaupdater.FetchRomInfoTask.java
public class FetchRomInfoTask extends AsyncTask<Void, Void, RomInfo> { private RomInfoListener callback = null; private Context context = null; private String error = null; public FetchRomInfoTask(Context ctx) {
From source file edu.rit.csh.androidwebnews.HttpsGetAsyncTask.java
/**
* The asynchronous task used to do the GET requests. Displays a progress bar
* while the task is running, if told to
* URI: the URI that is formatted to give the WebNews request, This will be sent to the server to
* get the given information
* Integer:
From source file com.allegrorom.ota.FetchRomInfoTask.java
public class FetchRomInfoTask extends AsyncTask<Void, Void, RomInfo> { private RomInfoListener callback = null; private Context context = null; private String error = null; public FetchRomInfoTask(Context ctx) {
From source file com.strathclyde.highlightingkeyboard.HttpPostAsyncTask.java
/** * An asynchronous task for posting logged data to a web server * @author ako2 * */ public class HttpPostAsyncTask extends AsyncTask<String, Void, Boolean> {
From source file es.uma.lcc.tasks.PictureDetailsTask.java
/**
* @author - Carlos Pars Pulido, Oct 2013
*
* AsyncTasks which queries the server for regions and permissions on an
* already encrypted picture.
*