1. If i create a thread where it will run? in Main(UI) thread/Worker Thread?
.
2.If my created thread runs on worker `Thread` then what is the use of `AsyncTask` (I mean how it is better than thread)?
AsyncTask .. , , Activity.. AsyncTask. Ui, onProgressUpdate(). , .
3)Can we create a thread in Async task?
, , , AsyncTask doInBackGround(), Thread, Thread AsyncTask.