Handler vs AsyncTask

Posted by Steve on Stack Overflow See other posts from Stack Overflow or by Steve
Published on 2010-03-26T13:17:01Z Indexed on 2010/03/26 14:43 UTC
Read the original article Hit count: 416

Filed under:

I'm confused as to when one would choose AsyncTask over a Handler. Say I have some code I want to run every n seconds which will update the UI. Why would I choose one over the other?

© Stack Overflow or respective owner

Related posts about android