Note
Which of the following statements are correct with regards to calling place GoogleAuthUtil.getToken()?
A) call getToken() on the UI thread
B) call getToken() on AsyncTask
Which of the following protocols are provided by Google for GCM Connection Servers?
A) HTTP
B) XMPP
C) SOAP
D) RMI
Which of the following 4 classes does not relate to others?
ApplicationInfo, SyncInfo, ActivityInfo, PackageInfo
Which of the following are valid ways to deploy an Android application to a device?
Which of the following classes is not used in working with database?
Consider the XML fragment below, which is taken from one of the files in an Android project:
android:layout_width = "fill_parent"
android:layout_height = "fill_parent"
android:text = "Some Text">
Which of the following are true about the XML fragment above?
Which of the following statement is correct regarding StrictMode?
Which of the following statements are correct with regards to publishing updates of apps on Google Play?
Consider the code snippet below:
MediaPlayer mp = new MediaPlayer();
mp.setDataSource(PATH_TO_FILE);
mp.start();
Which of the following should be placed at ?
Which of the following is the best way to request user permission if an Android application receives location updates from both NETWORK_PROVIDER and GPS_PROVIDER?
Which of the following statements are correct with regards to Content Providers?
A) A content provider allows applications to access data.
B) A content provider must be declared in the AndroidManifest.xml file.
Which of the following functions will return all available Content Providers?
What is correct regarding GCM - Google Cloud Messaging service?
Which of the following procedures will get the package name of an APK file?
What is the maximum supported file size for a single APK file (excluding expansion packages) in the Google Play Store?
Fill in the blank:
Once an app is published, the ________ cannot be changed. It should be unique for each APK.
Which of the following attributes in the manifest file defines version information of an application for the Google Play Store (as opposed to defining version information for display to users)?
What is the maximum supported size for a single expansion file in the Google Play Store?
Which of the following tools can be used to reduce apk package size?
___________ makes appropriate list of application data for the other applications.
Which of the following are Android build modes?
What is the correct way to fix if checking the status of the GPS_PROVIDER throws SecurityException?
Which of the following packages provide the classes required to manage the Bluetooth functionality on an Android device?
Which of the following is correct to use for data transfer regularly and efficiently, but not instantaneously?
Which of the following is/are appropriate for saving the state of an Android application?
Which of the following are true about PhoneStateIntentReceiver.notifyPhoneCallState?
Which of the following programming languages can be used to develop software applications for the Android platform?
Which of the following classes does not relate to other? SQLiteOpenHelper, SQLiteDatabase, Cursor, ContentProvider
Which of the following statements is not correct with regards to using Content Providers?
What is "Android-Positron"?
Android Programming Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it