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