REVISION - MOBILE APPLICATION DEVELOPMENT

1234567891011
Across
  1. 5. - Which is used for communicating between the components of an Application and also from one application to another application in android?
  2. 6. - There are two types of Intents. Implict and ____
  3. 7. - Whenever you have a list of single type of items which is packed by an array, you can use ______Adapter.
  4. 9. - Which method is called after your activity is stopped, prior to start in activity life cycle? (onstart or onrestart or onstop)
  5. 11. - Which Dialog in an android UI prompts a small window to make decision on mobile screen?
Down
  1. 1. - Which is acting as a bridge between UI component and data source that helps us to fill data in UI component?
  2. 2. - The constants of Toast that are used for setting the duration for the Toast are Length_Long or Length_____?
  3. 3. - Which type of intent is used to launch an Email activity?
  4. 4. - Which is used to display information/message for a period of time in your activity?
  5. 5. - Which view is used to display an image file in application?
  6. 8. - Which view is used to display the web pages in application?
  7. 10. - A software package and Linux based operating system for mobile devices is called as ____.