Posts by Leonardo Accorsi • 11 points
1 post
-
1
votes0
answers44
viewsQ: Proccess Dialog does not open Asynctask
During an API interaction that lasts on average 5 seconds, I need to place a Process Dialog. My code: public class finalizaPedido extends AsyncTask<Object, Void, Integer> { private String…