Skip to content

Commit cf295a7

Browse files
author
Arjun
committed
android questions
1 parent 4e840b2 commit cf295a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ Argument list should be different while doing method overloading. Argument list
162162
* Explain Android notification system?
163163
* How can two distinct Android apps interact?
164164
* 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
165167
* Explain the lifecycle of a Fragment. [Link](https://www.techsfo.com/blog/wp-content/uploads/2014/08/complete_android_fragment_lifecycle.png)
166168
* What is Dialog in Android?
167169
* What is View in Android?

0 commit comments

Comments
 (0)