Posts by Giul Rodrigues • 1 point
1 post
-
0
votes1
answer109
viewsA: Error in Alertdialog
You are overloading main thread, you must create an internal class extending thread. CallServer thread = new CallServer(); thread.start(); class CallServer extends thread{... @OVerride public void…
androidanswered Giul Rodrigues 1