Check the following image which includes Android code for a sum calculator. Which of the following choices is correct about this Android code?

You have an Android application that consists of two activities (MainActivity and SecondActivity) and you want to pass data in text field (ID: FirstNameJD) of MainAcitivity to SecondActivity. The passed data will appear in SecondActivity inside a TextView widget with Id: HelloMessageJD. You will use Intent to pass this data from MainActivity to SecondActivity. The Following two images include the Android code which will be written in MainActivity.kt and SecondActivity.kt files. Your data will not pass from MainActivity to SecondActivity due to a mistake in the code in SecodActivity.kt. Which of the following choices is a correct solution to make this app run correctly?

Check the following image which is a part of AndroidManifest.xml file, then select which of the following choices is the correct description of the gray highlighted color of this code?

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?

Check the following image which includes a part of activity_main.xml file of an Android application. Which of the following choices is correct about this code?

The following image displays an AndroidManifest.xml file for an Android app. Which of the following choices is correct about this file?

Which of the following is true about the following line of code: button.setOnClickListener({})
Check the following image, and then select which of the following choices defines the Infer Constraints" button of the Android Studio tool bar?
