private class SomeAsyncTask extends AsyncTask<Void, Void, Void> { @Override protected Void doInBackground(Void... voids) { Log.d(P.Tag, "doInBackground"); return null; } }
No comments:
Post a Comment