Interview Questions

  1. How can you use an intent to invoke an activity?
  2. What are explicit intents and implicit intents?
  3. What are constituent parts of an intent?
  4. How do you send data through an intent to a receiving component?
  5. Can you name the main components in an Android application?
  6. Does the data portion of an intent contain data directly?
  7. Should the action part of an intent directly refer to an activity or a component?
  8. What additional portions of an intent are considered when the class name is specified explicitly in the intent?
  9. What is the meaning of action.MAIN?
  10. If you don't specify an action in an intent filter, does it mean your activity can respond to all actions?
  11. If you don't specify data in your intent filter, what type of intents do ...

Get Pro Android 4 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.