Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
How to communicate between 2 fragments.
How to communicate between 2 fragments Android official documentation link added.
  • Loading branch information
mohammed-rampurawala authored Oct 20, 2017
commit 40b05d4bf632e02e1cc8e654f1e69a559ec0b2a3
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