Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amitshekhariitbhu committed Jan 28, 2024
1 parent 520bf76 commit 3b63ec4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,17 +282,15 @@ Android Interview Questions and Answers:

#### Long-running Operations

* **How to run parallel tasks in Java or Android, and get callback when all complete?** - [Long-running tasks in parallel with Kotlin Flow](https://amitshekhar.me/blog/long-running-tasks-in-parallel-with-kotlin-flow)

* **Why should you avoid to run non-ui code on the main thread?** - [Learn from here](https://developer.android.com/training/multiple-threads/communicate-ui)
* **How to run parallel tasks and get a callback when all are complete?** - [Long-running tasks in parallel with Kotlin Flow](https://amitshekhar.me/blog/long-running-tasks-in-parallel-with-kotlin-flow)

* **What is ANR? How can the ANR be prevented?** - [Learn from here](https://developer.android.com/topic/performance/vitals/anr.html)

* **What is an `AsyncTask`(Deprecated in API level 30) ?**

* **What are the problems in AsyncTask?**

* **Explain `Looper`, `Handler` and `HandlerThread`.**
* **Explain `Looper`, `Handler`, and `HandlerThread`.**

* **Android Memory Leak and Garbage Collection**

Expand All @@ -310,7 +308,7 @@ Android Interview Questions and Answers:

* **What is ORM? How does it work?**

* **How would you preserve `Activity` state during a screen rotation?** - [Learn from here](https://www.youtube.com/watch?v=ORtieK5f_zg)
* **How would you preserve the `Activity` state during a screen rotation?** - [Learn from here](https://www.youtube.com/watch?v=ORtieK5f_zg)

* **What are different ways to store data in your Android app?**

Expand Down

0 comments on commit 3b63ec4

Please sign in to comment.