Exam 13: Xml and Content Apps
Exam 1: Basics of Android: Hello World23 Questions
Exam 2: Model View Controller, Gui Components, Events20 Questions
Exam 3: Coding the Gui Programmatically, Layout Managers20 Questions
Exam 4: Multiple Activities, Passing Data Between Activities, Transitions, Persistent Data22 Questions
Exam 5: Menus, Sqlite21 Questions
Exam 6: Managing the Device Orientation22 Questions
Exam 7: Touches and Swipes22 Questions
Exam 8: Graphics, Animations, Sounds and Gaming27 Questions
Exam 9: Fragments26 Questions
Exam 10: Using Libraries and Their Apis: Speech Recognition and Maps33 Questions
Exam 11: Using the Gps and Location Services21 Questions
Exam 12: Using an Existing App: Taking a Photo and Sending an Email28 Questions
Exam 13: Xml and Content Apps25 Questions
Exam 14: Making an Android Widget35 Questions
Exam 15: In App Advertising25 Questions
Exam 16: Security and Encryption23 Questions
Exam 17: Android Development: Extending Views, Fragments, and Google Maps Permissions127 Questions
Select questions type
It is possible to instantiate an object of the SAXParser class.
Free
(True/False)
4.8/5
(37)
Correct Answer:
False
The AsyncTask class uses three generic types that we must specify when extending it. The class header of a subclass is as follows:
AccessModifier ClassName extends AsyncTask< Params, Progress, Result>
Params is the data type of an array that is passed to what method when we call that method?
Free
(Multiple Choice)
4.7/5
(43)
Correct Answer:
B
The ArrayAdapter constructor has this API:
ArrayAdapter< T>( Context c, int i, List< T> objects)
What does the parameter i represent?
(Multiple Choice)
4.8/5
(34)
To create an Intent to open the web browser, we pass the ____________ constant of the Intent class and a Uri reference as the two parameters of the Intent constructor.
(Short Answer)
4.9/5
(46)
Using a SAX parser, it is possible to convert an XML document into a list of objects.
(True/False)
4.8/5
(34)
The DefaultHandler class is the base class for SAX level 2 event handlers.
(True/False)
4.8/5
(34)
One of the parameters of the endElement method of the DefaultHandler class is a String that contains the name of the end tag that was just encountered.
(True/False)
4.8/5
(29)
The AsyncTask class uses three generic types that we must specify when extending it. The class header of a subclass is as follows:
AccessModifier ClassName extends AsyncTask< Params, Progress, Result>
where Params, Progress, and Result are placeholders for actual __________________ names.
(Short Answer)
4.8/5
(47)
The DTD contains the __________________ that an XML document should adhere to.
(Short Answer)
4.9/5
(32)
One of the parameters of the characters method of the DefaultHandler class is a String that contains the characters that were just encountered.
(True/False)
4.7/5
(45)
OnItemClickListener is a public inner ____________ of the AdapterView class.
(Short Answer)
5.0/5
(33)
____________ apps are apps that display selected content from a website.
(Short Answer)
4.9/5
(36)
What type of method is the newInstance method of the SAXParserFactory class?
(Multiple Choice)
4.8/5
(37)
The parse static method of the Uri class accepts a String parameter and returns a __________________ reference.
(Short Answer)
4.8/5
(43)
If an OnItemClickListener object is listening for events on a list, the __________________ method is automatically called when the user selects an item from the list.
(Short Answer)
4.8/5
(36)
Showing 1 - 20 of 25
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)