Which of these files contains text values that you can use in your application?
Which of these files contains text values that you can use in your application?
What does the Android project folder “res/” contain?
What does the Android project folder “res/” contain?
What does this code do?
What does this code do?
Intent intent = new Intent();
intent.setAction(Intent.ACTION_VIEW);
intent.setData(android.net.Uri.parse(“http://www.androidatc.com”));
startActivity(intent);
Which of the following is a Java call-back method invoked when a view is clicked?
Which of the following is a Java call-back method invoked when a view is clicked?
Which of the following is not an Activity lifecycle call-back method?
Which of the following is not an Activity lifecycle call-back method?
Which method is used to close an activity?
Which method is used to close an activity?
Which of the following Activity life-cycle methods is called once the activity is no longer visible?
Which of the following Activity life-cycle methods is called once the activity is no longer visible?
Which of the following is a correct Android Manifest statement?
Which of the following is a correct Android Manifest statement?
Which of the following is true about attribute android:windowSoftInputMode of the <activity> tag in file
Which of the following is true about attribute android:windowSoftInputMode of the <activity> tag in
file AndroidManifest.xml?
Which of the following tools dumps system log messages including stack traces when the device or emulator thro
Which of the following tools dumps system log messages including stack traces when the device
or emulator throws an error?