Android - Brainstorm 2

123456789101112131415161718192021222324
Across
  1. 4. graphics formats are supported and encouraged on Android
  2. 6. To display the built-in zoom controls
  3. 10. method that gets the webside path and put it in to display
  4. 12. method for sending SMS messages programmatically from within your application
  5. 13. layout that arranges views in a single column or single row
  6. 14. 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. 15. class that displays alert in a persistent way so tha it can only be dismissed by the user when selected
  8. 16. method is used to stop showing a Dialog instance
  9. 17. Debug and verbose logging messages with errors are categorized from the class
  10. 18. tag attribute that can set icon to form drawable resource
  11. 19. has compiler-generated file that references all the resources
  12. 21. method invokes another activity from one activity but does not return a result to the current activity.
  13. 22. plug-in for Eclipse that supports the creation and debugging of Android applications
  14. 24. 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
Down
  1. 1. 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
  2. 2. method is used to connect the activity code to the User Interface(main.xml) in the activity.java file
  3. 3. 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. 5. permission include in AndroidManifest.xml file so that android application can send the mail
  5. 6. method on the RadioGroup to register a callback to be invoked when the checked RadioButton
  6. 7. Class used to create pop-up windows within an activity
  7. 8. method called when an application is shutting down
  8. 9. used to launch the dialog
  9. 11. method is fired whenever an item in the ListView has been clicked
  10. 20. class that manages the array of strings that will be displayed by the AutoCompleteTextView
  11. 23. method to display the notification