We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fdfef9c + 40b05d4 commit 7537f05Copy full SHA for 7537f05
README.md
@@ -668,7 +668,7 @@ It is also a good practice to annotate overridden methods with `@Override` to ma
668
* What is the structure of an Android Application?
669
* How to persist data in an Android app?
670
* How would you perform a long-running operation in an application?
671
-* How would you communicate between two Fragments?
+* How would you communicate between two Fragments? [Android Official](https://developer.android.com/training/basics/fragments/communicating.html)
672
* Explain Android notification system?
673
* How can two distinct Android apps interact?
674
* What is `Fragment`?
0 commit comments