Explain Software Development Life Cycle.
[7 marks]Show the use of Inheritance in Android Application with example.
[7 marks]Create an application having TextView, EditText and Button. When use click on Button, content in EditText should be displayed in TextView.
[7 marks]Explain Android Architecture.
[7 marks]Show three uses of ADB.
[7 marks]Explain Android Activity life cycle.
[7 marks]List atleast 4 layouts and explain any one with example.
[7 marks]Explain Android Service life cycle.
[7 marks]Demonstrate use of ArrayAdapter and Spinner control with code.
[7 marks]Create a simple registration form using EditText, Radio Button, and store the user value in Sqlite.
[7 marks]Apply Button click using three approaches.
[7 marks]Create a simple registration form using EditText, Radio Button, and store the user value in SharedPreference.
[7 marks]Demonstrate use of ToggleButton class with example. Play Music on toggle on and music off on toggle off.
[7 marks]Show use of at least three tag from AndroidManifest.xml file.
[7 marks]What is Implicit and Explicity intent. Apply both in one application. (Code is must).
[7 marks]Write a code to store one line in file which resides in sdcard.
[7 marks]Explain Log class with example.
[7 marks]