1
Well I need to do a long task so I did a Progressdialog to inform such task, however the spinner that should be appearing seems hidden or something.
protected void onPreExecute (){
progress.setProgressStyle(ProgressDialog.STYLE_SPINNER);
progress = ProgressDialog.show(Login.this, "Aguarde...",
"Logando...");
super.onPreExecute();
}
I already put the code in onCreate() but still n worked, some idea of what is?
I tried it this way and it still didn’t work, but I think I figured out what was causing it, the color of the spinner maybe.
– Junior Nascimento
sorry to waste your time, but I had not realized that the spinner was white that was the color of my Tint, so I was just doing a style pro Progressdialog and it worked
– Junior Nascimento
It’s not a waste of time! Relax!
– Thiago Luiz Domacoski