Android - Brainstorm 3

123456789101112131415161718192021222324
Across
  1. 1. The Activity base class defines a series of events that governs the life cycle of an activity.Which method will be called when the activity starts interacting with the user
  2. 4. method invokes another activity from one activity but does not return a result to the current activity.
  3. 5. Class used to create pop-up windows within an activity
  4. 8. layout is a placeholder on screen that you can use to display a single view and which layout that arranges views in a single column or single row
  5. 9. class that displays alert in a persistent way so tha it can only be dismissed by the user when selected
  6. 17. method on the RadioGroup to register a callback to be invoked when the checked RadioButton
  7. 19. permission include in AndroidManifest.xml file so that android application can send the mail
  8. 20. tag attribute that can set icon to form drawable resource
  9. 23. used to launch the dialog
  10. 24. layout that arranges views in a single column or single row
Down
  1. 2. method is used to connect the activity code to the User Interface(main.xml) in the activity.java file
  2. 3. To display the built-in zoom controls
  3. 6. class object is used basically as dictionary object that enables you to set data in key/value pairs and it is used with Intent object to carry data to the target activity
  4. 7. class that manages the array of strings that will be displayed by the AutoCompleteTextView
  5. 9. method to display the notification
  6. 10. While creating android project, few core files and directories will be created. In which folder you can able to view uncompiled file resources that are included in the project.
  7. 11. plug-in for Eclipse that supports the creation and debugging of Android applications
  8. 12. method is used to stop showing a Dialog instance
  9. 13. method called when an application is shutting down
  10. 14. method that gets the webside path and put it in to display
  11. 15. has compiler-generated file that references all the resources
  12. 16. method for sending SMS messages programmatically from within your application
  13. 18. method is fired whenever an item in the ListView has been clicked
  14. 21. graphics formats are supported and encouraged on Android
  15. 22. Debug and verbose logging messages with errors are categorized from the class