The directory for XML files in Android Studio by default is ?? (A) Build.gradle (B) AndroidManifest.XML (C) res/values (D) res/layout Show Answer (C) res/values You Might Also Like What are mini activities in Android ?? June 23, 2021 What is true about the Intents component ?? June 25, 2021 When creating a file using android.content.Context.openFileOutput(“test.txt” 0) where is the file created ?? June 27, 2021 Which of the following is incorrect about the Toast class ?? June 27, 2021 Which of the following you cannot achieve by creating your own View sub-classes ?? June 30, 2021 We need an Android device to develop Android apps ?? June 23, 2021 What is Webview in android ?? August 4, 2021 Which file specifies the minimum required Android SDK version your application supports ?? June 26, 2021 Which piece of code used in Android is not open source ?? June 25, 2021 android.webkit libraries is ?? June 25, 2021 Which of the following is not true about the activity tag in the AndroidManifest file ?? June 30, 2021 What src folder contains ?? June 23, 2021 Which of the following component has UI elements that are drawn on-screen including buttons lists forms etc ?? June 25, 2021 What is android ?? August 16, 2021 Which of the following is NOT true about the MenuItem interface ?? June 27, 2021 What is an activity in android ?? August 4, 2021 Android’s XML file contains ?? June 23, 2021 The purpose of the image switcher is ?? June 25, 2021 What part of the Android platform is open source ?? June 27, 2021 Which OS among these ones cannot use for Android development ?? June 23, 2021 The Emulator is identical to running a real phone EXCEPT when emulating/simulating what ?? June 27, 2021 If your application is throwing exception android.content.ActivityNotFoundException how to fix it ?? June 30, 2021 Which of these is not defined as a process state ?? June 26, 2021 Which of the following lines of code starts activity Activity2 from a current activity Activity1 ?? June 30, 2021 Java does not support multi-inheritance so that is why in an Android Activity there should not be more than one ?? June 25, 2021 What is true about FLAG_ACTIVITY_NEW_TASK ?? June 26, 2021 The service in Android that shows alerts and messages to users is called ?? June 23, 2021 Which of the following Activity life-cycle methods is called once the activity is no longer visible ?? June 27, 2021 If you are using a content provider and you want to read contacts in Phone Contacts then what permission will you use ?? June 25, 2021 Which section provides a key component called Dalvik Virtual Machine ?? June 25, 2021 Leave a Reply Cancel replyCommentEnter your name or username to comment Enter your email address to comment Enter your website URL (optional) Save my name, email, and website in this browser for the next time I comment. Δ
When creating a file using android.content.Context.openFileOutput(“test.txt” 0) where is the file created ?? June 27, 2021
Which file specifies the minimum required Android SDK version your application supports ?? June 26, 2021
Which of the following is not true about the activity tag in the AndroidManifest file ?? June 30, 2021
Which of the following component has UI elements that are drawn on-screen including buttons lists forms etc ?? June 25, 2021
The Emulator is identical to running a real phone EXCEPT when emulating/simulating what ?? June 27, 2021
If your application is throwing exception android.content.ActivityNotFoundException how to fix it ?? June 30, 2021
Which of the following lines of code starts activity Activity2 from a current activity Activity1 ?? June 30, 2021
Java does not support multi-inheritance so that is why in an Android Activity there should not be more than one ?? June 25, 2021
Which of the following Activity life-cycle methods is called once the activity is no longer visible ?? June 27, 2021
If you are using a content provider and you want to read contacts in Phone Contacts then what permission will you use ?? June 25, 2021