adspace
Answer Posted / Chandani Gupta
AsyncTask should be used for short-term background operations that take place on a single thread, such as downloading a file or querying a database. It's designed to work with the UI and allows easy updating of the UI.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers