I am learning AsyncTask,I tried to print Toast message inside doInBackground method,is it possible to use Toast messages in it?Code is running fine is Toast message is removed..
getting Error as Cant create handler inside thread that has not called Looper.prepare()
I am learning AsyncTask,I tried to print Toast message inside doInBackground method,is it possible
Share
Got it 🙂