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