| 101. |
In android studio, a service that is started and cannot be stopped even the calling activity is destroyed is _____
|
||||||||
|
Answer:
Option (d) |
| 102. |
The android understandable form of code is called _____
|
||||||||
|
Answer:
Option (b) |
| 103. |
Which of the following is not an Activity lifecycle call-back method?
|
||||||||
|
Answer:
Option (d) |
| 104. |
During an Activity life-cycle, what is the first callback method invoked by the system?
|
||||||||
|
Answer:
Option (c) |
| 105. |
Which configuration file holds the permission to use the internet?
|
||||||||
|
Answer:
Option (d) |
| 106. |
"What does the following line of code achieve?
Intent intent = new Intent(FirstActivity.this, SecondActivity.class );"
|
||||||||
|
Answer:
Option (d) |
| 107. |
Which of the following is NOT a valid usage for Intents?
|
||||||||
|
Answer:
Option (d) |
| 108. |
Which of the following is not a valid Android resource file name?
|
||||||||
|
Answer:
Option (b) |
| 109. |
Which of these is not defined as a process state?
|
||||||||
|
Answer:
Option (a) |
| 110. |
What is the name of the folder that contains the R.java file?
|
||||||||
|
Answer:
Option (d) |