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.
1 parent 4e840b2 commit cf295a7Copy full SHA for cf295a7
README.md
@@ -162,6 +162,8 @@ Argument list should be different while doing method overloading. Argument list
162
* Explain Android notification system?
163
* How can two distinct Android apps interact?
164
* What is Fragment?
165
+* Why is it recommended to use only the default constructor to create a fragment? [Link](https://stackoverflow.com/a/16042750/2809326)
166
+* Why Bundle class is used for data passing and why cannot we use simple Map data structure
167
* Explain the lifecycle of a Fragment. [Link](https://www.techsfo.com/blog/wp-content/uploads/2014/08/complete_android_fragment_lifecycle.png)
168
* What is Dialog in Android?
169
* What is View in Android?
0 commit comments