Do as Directed: 1. Android was developed by _______ company. 2. ________ is used to perform long running background tasks in android. 3. Write the permission required to Dial a number in android 4. Write the permission required to Send SMS in android. 5. Write the permissions required for Location in android. 6. What is Animation in android? 7. What is the use of ArrayAdapter class in android?
[7 marks]Explain Android Architecture in detail.
[7 marks]Explain Activity Life-Cycle in android by giving a suitable example.
[7 marks]Discuss about structure and importance of AndroidManifest.xml file.
[7 marks]Explain SharedPreferences in android by giving a suitable example.
[7 marks]What is Intent? List out types of Intent. Also write about Explicit Intent in detail by giving a suitable example.
[7 marks]Discuss AlarmManager in detail by giving a suitable example.
[7 marks]Discuss about Fragments in detail.
[7 marks]Which steps are required for publishing an application and guaranteed successful deployment?
[7 marks]Explain WebView in android by giving a suitable example.
[7 marks]What is Content Provider? What is the need of content provider? List out different Built-in Content providers provided by android.
[7 marks]Explain Sensors in android by giving a suitable example.
[7 marks]Discuss SQLite Database. Explain with suitable example how can we insert, update & delete records in SQLite.
[7 marks]Create an Android Application which prompts user with the AlertDialog the AlertDialog must contain two buttons Yes and No the dialog must also contain appropriate message and icon, by selecting the Yes Button the application must get closed, While selecting the No button the alert dialog must be removed from the screen.
[7 marks]Discuss in detail about AsyncTask in android.
[7 marks]Create an Android Application where the background colour of Layout in the Activity of your application should get changed based on the name of the Colour selected in the Options Menu. The Menu Item of Options Menu must contain name of at least six colours.
[7 marks]