Skip to content

Commit 7537f05

Browse files
Merge pull request amitshekhariitbhu#46 from mohammed-rampurawala/patch-1
How to communicate between 2 fragments.
2 parents fdfef9c + 40b05d4 commit 7537f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ It is also a good practice to annotate overridden methods with `@Override` to ma
668668
* What is the structure of an Android Application?
669669
* How to persist data in an Android app?
670670
* How would you perform a long-running operation in an application?
671-
* How would you communicate between two Fragments?
671+
* How would you communicate between two Fragments? [Android Official](https://developer.android.com/training/basics/fragments/communicating.html)
672672
* Explain Android notification system?
673673
* How can two distinct Android apps interact?
674674
* What is `Fragment`?

0 commit comments

Comments
 (0)