public class MainActivity.DownloadMainTask extends RemoteResources.DownloadTask
alreadyExists
Constructor and Description |
---|
MainActivity.DownloadMainTask(android.content.Context context) |
Modifier and Type | Method and Description |
---|---|
protected void |
onPostExecute(java.lang.String result) |
protected void |
onProgressUpdate(java.lang.Integer... progress) |
protected void |
onStartDownload()
Metodo che viene invocato quando parte effettivamente il download
- Serve nelle sottoclassi per effettuare modifiche nella UI
|
doInBackground, onPreExecute
public MainActivity.DownloadMainTask(android.content.Context context)
protected void onStartDownload()
RemoteResources.DownloadTask
onStartDownload
in class RemoteResources.DownloadTask
protected void onProgressUpdate(java.lang.Integer... progress)
onProgressUpdate
in class android.os.AsyncTask<java.lang.String,java.lang.Integer,java.lang.String>
protected void onPostExecute(java.lang.String result)
onPostExecute
in class RemoteResources.DownloadTask