71. In a ConstraintLayout, which of the following choices describes the constraints needed to keep a view in place during runtime?
72. Which of the following constraint types expands a view only as much as needed to fit its contents?
73. Which of the following is not a reason for minimizing calls to findViewById()?
74. How do you enable your project to use navigation components?
75. Where are the possible navigation routes through your app defined?
76. Where do you set the ID of a fragment to be used in navigation?
77. Where do you define the items for a menu?
78. Your app contains a physics simulation that requires heavy computation to display. Then the user gets a phone call. Which of the following is true?
79. To make a class lifecycle-aware through the Android lifecycle library, which interface should the class implement?
80. Under which circumstances does the onCreate() method in your activity receive a Bundle with data in it (that is, the Bundle is not null)?
Read More Section(Kotlin Program)
Each Section contains maximum 100 MCQs question on Kotlin Program. To get more questions visit other sections.
