Android Exam 2023 with 100% correct answers
What operating system is android based on Linux Who is the founder of android inc Andy Rubin Is this legal XML syntax: LinearLayout Button / Button /Button /LinearLayout Yes Where would you find the file represented by: R.re In the res/drawable folder Is the following legal XML syntax: LinearLayout RelativeLayout Button / Text / relativeLayout/linearLayout No If you see an error in Android Studio that says that the R class in Java is undefined, what does that mean? There is a problem somewhere in your XML files Which is the first function in your Java files that gets called when you start an Android project? protected void onCreate(Bundle savedInstanceState) In what file would you find the definition for the XML variable @color/red In res/values/ Which of the following letters represents the region code in the folder name: values-en-rNZ NZ Assume there are three different values folders in your Android project: values-en-rUS has a file with string name="quiz"Quiz/string values-en has a file with string name="quiz"This is a quiz/string values has a file with string name="quiz"Many quizzes/string If you set text="@string/quiz" and set the phone's language to English in UK, what string will show on the screen? This is a quiz Assume there are three different values folders in your Android project: values-en-rUS has a file with string name="quiz"Quiz/string values-en has a file with string name="quiz"This is a quiz/string values has a file with string name="quiz"Many quizzes/string If you set text="@string/quiz" and set the phone's language to French in France, what string will show on the screen? Many quizzes
Geschreven voor
- Instelling
- Android
- Vak
- Android
Documentinformatie
- Geüpload op
- 5 februari 2023
- Aantal pagina's
- 9
- Geschreven in
- 2022/2023
- Type
- Tentamen (uitwerkingen)
- Bevat
- Vragen en antwoorden
Onderwerpen
-
android exam 2023 with 100 correct answers