Multiple choice How does one prevent ANR in an android Application? Strictly follows functional programming approach to avoid ANR Ensures to follow top-down and reusable features to avoid ANR Creates a child thread and place all the actual functionality in it. So, the main thread runs with minimal periods of unresponsive time. Creates child thread for every small functionality. None of these Reveal answer Fill a bubble to check yourself C Correct answer Explanation Option 3 is correct.