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 |
What are Intent filters in Android?
what is a handler thread? How it is different from normal thread?
how to write a custom adapter in android?
What is the use of intent in android?
What are Native Android Actions?
What exactly is android?
Which is the best ui for android?
What is the difference between service and intentservice?
Is android 7 any good?
Can you run exe on android?
Are the Android releases available in a ROM?
What is mvp in android?