Skip to content

Commit 684617d

Browse files
Update README.md
1 parent eec2135 commit 684617d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -608,11 +608,11 @@ It is also a good practice to annotate overridden methods with `@Override` to ma
608608
* How would you communicate between two Fragments?
609609
* Explain Android notification system?
610610
* How can two distinct Android apps interact?
611-
* What is Fragment?
611+
* What is `Fragment`?
612612
* Why is it recommended to use only the default constructor to create a fragment? [StackOverflow](https://stackoverflow.com/a/16042750/2809326)
613613
* 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?
616616
* Can you create custom views? How?
617617
* What are ViewGroups and how they are different from the Views?
618618
* What is the difference between a fragment and an activity? Explain the relationship between the two.

0 commit comments

Comments
 (0)