0

Can some one tell me if I have understood it right that what we achieve using async task can be achieved using thread and handler?

rahul
  • 1,095
  • 8
  • 22
  • 1
    Possible duplicate of [Handler vs AsyncTask vs Thread](http://stackoverflow.com/questions/6964011/handler-vs-asynctask-vs-thread) – AlexD Dec 10 '15 at 12:17

1 Answers1

0

They are pretty the same.But you can cancle() asynctask if you need.

Josh.M
  • 103
  • 4