Explain me difference between asynctasks & threads?



Explain me difference between asynctasks & threads?..

Answer / Km.priti

AsyncTask is a helper class in Android that simplifies background tasks. It handles thread management, making it easier to execute long-running tasks on a separate thread and then updating the UI when finished. Threads, on the other hand, are lower-level and must be managed manually, including creating, starting, stopping, and joining threads.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Android OS Interview Questions

What are Intent filters in Android?

1 Answers   CDC,


what is a handler thread? How it is different from normal thread?

1 Answers  


how to write a custom adapter in android?

1 Answers  


What is the use of intent in android?

1 Answers  


What are Native Android Actions?

1 Answers  


What exactly is android?

1 Answers  


Which is the best ui for android?

1 Answers  


What is the difference between service and intentservice?

1 Answers  


Is android 7 any good?

1 Answers  


Can you run exe on android?

1 Answers  


Are the Android releases available in a ROM?

1 Answers  


What is mvp in android?

1 Answers  


Categories