Question: Question 3 (Multiple Choice Questions) 3a) Fab stands for Select one: a. Floating action button b. Frame allowed below c. Front adjustable bottom d. Flexible
Question 3 (Multiple Choice Questions)
3a) Fab stands for
Select one:
a. Floating action button
b. Frame allowed below
c. Front adjustable bottom
d. Flexible accessible button
3b) Which of the following correct about Calendar in Android Studio?
Select one:
a. It is a library
b. An instance can be created and use diff() method to find days difference
c. The month value of Calendar.MONTH ranges from 0 11
d. The data type of year = c.get(Calendar.YEAR) is string where c is an object of Calendar
3c) Which of the following is correct about activity?
Select one:
a. When writing java, pause, stop and kill states statements can be written in MainActivity.java.
b. Queue concept of push and pop is used.
c. Activity state changes when certain function and variable are updated
d. protected void onStart() is not a function
3d) Which one is correct attribute of application in Manifest.xml?
Select one:
a. allowIntercept
b. supportsRtl
c. themePackage
d. iconState
3e) Which of the following is incorrect about implementing spinner?
Select one:
a. A list can be defined in strings.xml
b. onItemSelected is used to check which position is selected
c. import android.widget.Spinner;
d. spinner1.setOnItemClickListener() is used
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
