Skip to content

Commit 4a3ada1

Browse files
authored
Two answer links added
Intent-Filter and Implicit vs Explicit Intent
1 parent 8f22068 commit 4a3ada1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -840,15 +840,15 @@ It is also a good practice to annotate overridden methods with `@Override` to ma
840840
841841
* What is `Intent`? [StackOverflow](https://stackoverflow.com/questions/6578051/what-is-an-intent-in-android)
842842
843-
* What is an Implicit `Intent`?
844-
843+
* What is an Implicit `Intent`? [StackOverflow](https://stackoverflow.com/questions/10272699/what-is-the-different-between-explicit-and-implicit-activity-call-in-android/20728603)
844+
845845
* What is an Explicit `Intent`?
846846
847847
* What is a `BroadcastReceiver`? [StackOverflow](https://stackoverflow.com/questions/5296987/what-is-broadcastreceiver-and-when-we-use-it)
848848
849849
* What is a `LocalBroadcastManager`? [Developer Android](https://developer.android.com/reference/android/support/v4/content/LocalBroadcastManager.html)
850850
851-
* What is the function of an `IntentFilter`?
851+
* What is the function of an `IntentFilter`? [StackOverflow](https://stackoverflow.com/questions/3321514/what-are-intent-filters-in-android)
852852
853853
* What is a Sticky `Intent`? [AndroidInterview](http://www.androidinterview.com/what-is-a-sticky-intent/)
854854

0 commit comments

Comments
 (0)