The code snippet below displays a menu which is illustrated in another image. The emulator image displays a menu that contains three items, but in the code file none of these menu items are available. Where do these items come from?

Answer : B
Check the following image, and then select which of the following choices defines the Infer Constraints" button of the Android Studio tool bar?

Answer : D
If your Android application creates a SQLite database, which of the following is the default directory to save this database file?
Answer : C
The following images include an Android code for SeekBar (id: MyseekBar) and one state of its operation. What does "Result" represent in this code?

Answer : C
The following image includes Android code for an app that contains a button with an id : "Downloadbutton". When the app user clicks this button, a progress bar with id: "progressBar" will show up. What will happen if you change *'rate+=10" illustrated with green underlined text to ''rate+=50"?

Answer : B
If you want to configure a link between two Android activities in the same Android application, you need to use:
Answer : C
Which of the following files has the correct name for a layout design file of an activity in an Android app?
Answer : D