| Modifier and Type | Field and Description |
|---|---|
protected android.content.Context |
context |
protected android.app.ProgressDialog |
loadingDialog |
protected boolean |
showLoading |
static String |
UPDATE_URL |
static String |
URL_PROP |
static String |
VERSION_PROP |
| Constructor and Description |
|---|
UpdateCheckTask(android.content.Context context) |
UpdateCheckTask(android.content.Context context,
boolean showLoading) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
doInBackground(String... params) |
protected void |
onCancelled(String s) |
protected void |
onPostExecute(String result) |
protected void |
onPreExecute() |
public static final String UPDATE_URL
public static final String VERSION_PROP
public static final String URL_PROP
protected android.content.Context context
protected boolean showLoading
protected android.app.ProgressDialog loadingDialog
public UpdateCheckTask(android.content.Context context)
public UpdateCheckTask(android.content.Context context,
boolean showLoading)
Copyright © 2013–2014 CodeLutin. All rights reserved.