Home > Web Development > Quizzes > Google Glass (Development) Fundamentals Test
Google Glass (Development) Fundamentals Test
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 55% Most missed: “True or False?”
Google Glass (Development) Fundamentals Test
Time left 00:00
25 Questions

1. What does a card scroller display?
2. Which is the correct syntax for a public constructor?
3. True or False? The subscription proxy provided by Google is one of the most secure options and should be used in a production environment - as well as a development environment.
4. True or False? You cannot attach a video to a timeline item.
5. Creating an APIs project in Google's APIs console allows you to:
6. What is the recommended aspect ratio for timeline images?
7. To subscribe to notifications in a production environment - you must provide a callback URL with a valid ______ to handle the notification.
8. What does the throw - -œIllegalArgumentException- mean?
9. To prevent reflows as a map image is being rendered - always specify the width and height of the image in the______ tag.
10. What should the result code match before capturing?
11. What is the constant value for the string. -œACTION_VOICE_TRIGGER-?
12. What class do CardScrollView's child views come from?
13. Can the setDescription attribute be written in XML?
14. What is the -œcard- class responsible for?
15. What class is recommended for creating CardScrollAdapter's views?
16. The public static interface - -œGestureDetector.BaseListener- does what - exactly?
17. If your application needs a new refresh token it must send a request with the _______ query parameter set to 'force'.
18. What three parameters are included to measure a two-finger scroll on the touchpad?
19. How do you turn on USB debugging for Glass?
20. -œCardScrollAdapter- should be used in conjunction with what?
21. Where can live cards display content from?
22. When an item is being clicked and selected - what will notify you using the listener interfaces from AdapterView?
23. Requests to the Google Mirror API must be authorized using:
24. When using a server-side flow when your application needs to access Google APIs on behalf of the user such as when the user is offline - you pass an authorization code that is used to acquire _______ tokens for your server.
25. When a user triggers one of your custom menu items - a notification is sent to your service with the ______ populated