A AlexeyS Newbie Mar 29, 2017 #1 Hello, i get an error when i use if/else inside doInBackground. String Town="NewYork"; if (Town.equals("NewYork")) { Toast..... } When i close if/else the program is running. What i should do? Thank you
Hello, i get an error when i use if/else inside doInBackground. String Town="NewYork"; if (Town.equals("NewYork")) { Toast..... } When i close if/else the program is running. What i should do? Thank you
Criinx Lurker Apr 3, 2017 #2 try { is.close(); Like I see you wish to close it. Just make it as close statement.