Skip to content

Commit 6a212b8

Browse files
authored
Update README.md
1 parent 9152e2d commit 6a212b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -886,13 +886,13 @@ It is also a good practice to annotate overridden methods with `@Override` to ma
886886
887887
* What is ANR? How can the ANR be prevented? [Developer Android](https://developer.android.com/topic/performance/vitals/anr.html)
888888
889-
* What is an `AsyncTask`?
889+
* What is an `AsyncTask`? [Developer Android](https://developer.android.com/reference/android/os/AsyncTask)
890890
891891
* What are the problems in asynctask?
892892
893893
* When would you use java thread instead of an asynctask?
894894
895-
* What is a `Loader`?
895+
* What is a `Loader`? (Depricated) [Developer Android](https://developer.android.com/guide/components/loaders)
896896
897897
* 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?
898898

0 commit comments

Comments
 (0)