File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -608,11 +608,11 @@ It is also a good practice to annotate overridden methods with `@Override` to ma
608
608
* How would you communicate between two Fragments?
609
609
* Explain Android notification system?
610
610
* How can two distinct Android apps interact?
611
- * What is Fragment?
611
+ * What is ` Fragment` ?
612
612
* Why is it recommended to use only the default constructor to create a fragment? [StackOverflow](https://stackoverflow.com/a/16042750/2809326)
613
613
* Why Bundle class is used for data passing and why cannot we use simple Map data structure
614
- * What is Dialog in Android?
615
- * What is View in Android?
614
+ * What is ` Dialog` in Android?
615
+ * What is ` View` in Android?
616
616
* Can you create custom views? How?
617
617
* What are ViewGroups and how they are different from the Views?
618
618
* What is the difference between a fragment and an activity? Explain the relationship between the two.
You can’t perform that action at this time.
0 commit comments