Exam 2: Model View Controller, Gui Components, Events
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
The XML attribute that we use to give an id to a View is __________________.
Free
(Short Answer)
4.9/5
(42)
Correct Answer:
android:id
Which attribute do we use to specify the margin above a View?
Free
(Multiple Choice)
4.9/5
(35)
Correct Answer:
C
In order to register a TextWatcher on a GUI component, we call the ____________ method.
Free
(Short Answer)
4.7/5
(46)
Correct Answer:
addTextChangedListener
The Model is the middleman between the __________________ and the Controller.
(Short Answer)
4.9/5
(34)
A CharSequence can be converted to a String by calling its toString method.
(True/False)
4.9/5
(50)
Two constants that can be used as values of android:layout_width and android:layout_height are ____________ and ____________.
(Short Answer)
4.8/5
(29)
If we want to handle persistent data in an app, we can use the Model View Controller ____________ architecture.
(Short Answer)
4.9/5
(33)
When a button is clicked on by the user, we want the method foo to execute. How do we do it (inside the Button element of the activity_main.xml file)?
(Multiple Choice)
4.9/5
(38)
In order to retrieve a View that has been given an id, we use the ____________ method.
(Short Answer)
4.9/5
(33)
A Model can be used only in Android apps, not in other Java applications.
(True/False)
4.8/5
(54)
To position Views relative to each other, we can use a(n) ____________ (layout manager).
(Short Answer)
4.7/5
(38)
What is the correct definition of an item inside a style (assuming that the color abc is correctly defined in colors.xml)?
(Multiple Choice)
4.9/5
(33)
The __________________ interface provides three methods that are called when the text changes inside a TextView.
(Short Answer)
4.9/5
(35)
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)