NEW
Font size
WorksheetsJAVA FOR ANDROID-ANDROID
Total questions: 20
Worksheet time: 10mins
Android Is Developed By
Apple
Microsoft
Android Inc.
Android Is Based On Which Kernel
Linux
Windows
Mac
Redhat
Which Programming Language Is Used For Android Application Development?
NodeJs
PHP
Java
JSX
Android Web Browser is based on
Chrome
Open-source Webkit
Safari
Firefox
Android is based on Linux for the following reason.
Security
Portability
Networking
All of these
What was the first phone released that ran the Android OS?
Google gphone
T-Mobile G1C
Motorola Droid
HTC Hero
In Which Directory XML Layout Files Are Stored
/assets
/src
/res/values
/res/layout
During an Activity life-cycle, what is the first callback method invoked by the system?
onStop()
onStart()
onCreate()
onPause()
What was Google’s main business motivation for supporting Android?
To level the playing field for mobile devices
To directly compete with the iPhone
To corner the mobile device application market for licensing purposes
To allow them to advertise more
What year was the Open Handset Alliance announced?
2005
2006
2007
2008
What does the src folder contain?
Image and icon files
XML resource files
The application manifest file
Java source code files
Android releases since 1.5 have been given nicknames derived from how?
Adjective and strange animal
Food
Something that starts w/ ‘A’ -> Something that starts w/ ‘B’…
American states
An activity can be thought of as corresponding to what?
Java Project
Java Class
Method Call
An object Field
When did google purchase android?
2003
2004
2005
2007
What does the .apk extension stands for
Application package
Application Program kit
Android Proprietary kit
Android Package
What is contained within the manifest xml file?
The permission that app requires
The list of string used in the app
The source code
All other choices
Which one is not a nickname of a version of Andriod?
Cupcake
Gingerbread
Honeycomb
Muffin
What is the difference between margin and padding in android layout?
Margin is specifying the extra space left on all four sides in layout
Padding is used to offset the content of a view by specific px or dp
Both A and B are correct
None of the above
Andorid doesnt make any assumptions about a device's screen size,resolution,chipset
True
False
A device with android installed is need to develop apps for android
True
False
