Do as Directed. 1. Core source file that defines the entry point of your android application. 2. -----------------is used to pass small chunk of data from one activity to another activity in android. 3. All UI controls are derived from -----------------class 4. Write the Permission of Write file to SD Card 5. Write the Permission of To access phone state Information 6. Android databases are stored into-----------------------------------. 7. Global application that defines your application’s capabilities and permission.
[7 marks]1. List down the android versions with version no, code name & API Level. 2. Explain following terms.
[3 marks]DDMS (b) R.java (c) ADB
[ marks]Explain life cycle of android activity with suitable diagram
[7 marks]What are default resources and what are alternative resources? List different types of resources with required directory filename and xml tag.
[7 marks]Write code snippet for the following and also provide suitable explanation for the same.
[7 marks]Web View (ii) Dial a number
[ marks]What is uses of following widgets and list its important properties and event. 1. Progressbar 2. SeekBar 3. RatingBar 4. MultiAutoComplete TextView 5. Chronometer
[7 marks]What is AndroidManifest.xml file? What kind of information is stored in it? Explain structure of it.
[7 marks]Explain different between Spinner and List View with example.
[7 marks]Explain with code snippet creation of the option menu and how to handle the event when a menu option item is selected?
[7 marks]What is SqLite Database? Explain methods for creating, updating, deleting and querying database records.
[7 marks]Write code snippet for following. 1. Sending an SMS 2. Dial a number
[7 marks]List built-in layouts. Explain any two layouts in detail with example.
[7 marks]What is Frame-by-Frame Animation? Explain creating frame-by-frame animation taking suitable example.
[7 marks]List and explain 3 methods of Log class with parameters. How it is useful for debugging application explain with example.
[7 marks]What is Shared Preferences? Explain with example.
[7 marks]Which steps are required for publishing an application and guaranteed successful deployment?
[7 marks]What is adapter class? Write the use adapter class with code.
[7 marks]