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