You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -886,13 +886,13 @@ It is also a good practice to annotate overridden methods with `@Override` to ma
886
886
887
887
* What is ANR? How can the ANR be prevented? [Developer Android](https://developer.android.com/topic/performance/vitals/anr.html)
888
888
889
-
* What is an `AsyncTask`?
889
+
* What is an `AsyncTask`? [Developer Android](https://developer.android.com/reference/android/os/AsyncTask)
890
890
891
891
* What are the problems in asynctask?
892
892
893
893
* When would you use java thread instead of an asynctask?
894
894
895
-
* What is a `Loader`?
895
+
* What is a `Loader`? (Depricated) [Developer Android](https://developer.android.com/guide/components/loaders)
896
896
897
897
* What is the relationship between the life cycle of an `AsyncTask` and an `Activity`? What problems can this result in? How can these problems be avoided?
0 commit comments