Android: setText("Loading...") inside AsyncTask -


I should know how to create a textview in a non-functional task:

  • Start Do: setText ("Loading.");
  • 1 second: setText ("Loading ..");
  • 2 seconds: set text ("Loading ...");
  • Restart: setText ("Loading.");

Thank you during the real time of doInBackground's actions

Secure vs. Create (Bundle Saved InstantState) {Super.New (Saved Instantstate); This.requestWindowFeature (Window.FEATURE_NO_TITLE); SetContentView (R.layout.inicio); TareaAsincInicio = new tareaAsincronaInicio (); TareaAsincInicio.execute (); } Private class Taria Asynconynioni Async Task & LT; Wide, integer, boolean & gt; {Protected void onPreExecute () {...} Protected Boolean doInBackground (Zero ... parameter) {... methods (); } Secure zero (boolean result) on PetExactech {intent I = new intent (Inicio.this, MainActivity.class); StartActivity (i); End(); } Protected void onProgressUpdate (integer ... value) {...}}

In fact, if you have to update your text ad every 1 second, it will be better to use the calculation:

Additional information:

Example is here:

You start it with PreExecute () at in the CountDownTimer and stop it at PostExecute ()


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -