Skip to content

Commit

Permalink
How to communicate between 2 fragments.
Browse files Browse the repository at this point in the history
How to communicate between 2 fragments Android official documentation link added.
  • Loading branch information
mohammed-rampurawala authored Oct 20, 2017
1 parent fdfef9c commit 40b05d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ It is also a good practice to annotate overridden methods with `@Override` to ma
* What is the structure of an Android Application?
* How to persist data in an Android app?
* How would you perform a long-running operation in an application?
* 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)
* Explain Android notification system?
* How can two distinct Android apps interact?
* What is `Fragment`?
Expand Down

0 comments on commit 40b05d4

Please sign in to comment.