Android Operating System Overview

PortableParody avatar
PortableParody
·
·
Download

Start Quiz

Study Flashcards

Questions and Answers

What is the purpose of the build.gradle file?

To contain information such as compileSdkVersion, buildToolsVersion, applicationId, minSdkVersion, targetSdkVersion, versionCode, and versionName.

What does R.layout.activity_main refer to?

The activity_main.xml file located in the res/layout folder.

Why is the manifest.xml file important in Android development?

It declares all components of the application and acts as an interface between Android OS and the application.

What does the android:icon attribute in the manifest.xml file point to?

<p>The application icon available under res/drawable-hdpi.</p> Signup and view all the answers

What does the tag do in the manifest file?

<p>Specifies an activity, with android:name indicating the class name and android:label providing the activity label.</p> Signup and view all the answers

Which method is invoked when an activity is loaded?

<p>onCreate()</p> Signup and view all the answers

What is ANDROID?

<p>An operating system for mobile devices like smartphones and tablets.</p> Signup and view all the answers

When was the first beta version of ANDROID SDK released?

<p>2007</p> Signup and view all the answers

Which version of Android was announced on June 27, 2012?

<p>4.1 Jelly Bean</p> Signup and view all the answers

What are some reasons for using ANDROID?

<p>Open Source, Larger Developer and Community Reach, Increased Marketing, Inter-app Integration, Reduced cost of Development, Higher Success Ratio, Rich Development Environment</p> Signup and view all the answers

What does the 'res/values' directory contain in an Android application?

<p>Various XML files that contain a collection of resources, such as strings and colors definitions.</p> Signup and view all the answers

What is the purpose of the 'AndroidManifest.xml' file?

<p>To describe the fundamental characteristics of the app and define each of its components.</p> Signup and view all the answers

What is the purpose of android.intent.action.MAIN?

<p>To indicate that the activity serves as the entry point for the application.</p> Signup and view all the answers

Explain the significance of android.intent.category.LAUNCHER.

<p>It indicates that the application can be launched from the device's launcher icon.</p> Signup and view all the answers

What does @string/app_name refer to in Android development?

<p>The app_name string defined in the strings.xml file, which is 'HelloWorld'.</p> Signup and view all the answers

What is the purpose of activity_main.xml in Android?

<p>It is a layout file referenced by the application to build its interface.</p> Signup and view all the answers

What is the TextView in Android used for?

<p>To build the GUI (Graphical User Interface).</p> Signup and view all the answers

Where is the strings.xml file typically located in an Android project?

<p>In the res/values folder.</p> Signup and view all the answers

More Quizzes Like This

The Ultimate Android Operating System Quiz
10 questions
Android Operating System Quiz
3 questions
Android Operating System History Quiz
18 questions
Android Operating System
6 questions

Android Operating System

BelievableMolybdenum avatar
BelievableMolybdenum
Use Quizgecko on...
Browser
Browser