Do as directed: 1. Android was developed by _______ company. 2. What is Service? 3. What is notification? 4. Write the permissions required for Location in android. 5. Write the permission required to Dial a number in android. 6. You can shut down an activity by calling its _______ method. 7. Explain Toast with example.
[7 marks]Write a note on Android Architecture in detail.
[7 marks]Explain in detail the Activity Life-Cycle in android by giving a suitable example.
[7 marks]Write a detail note on structure and importance of AndroidManifest.xml file.
[7 marks]What are the ways to parse xml file in an android application? Explain how the xml is parsed using the XMLPullParser.
[7 marks]What is Intent? List out types of Intent. Also write about Explicit Intent in detail by giving a suitable example.
[7 marks]Differentiate Spinner and List View with example.
[7 marks]What is Android Resource? Explain using example how to define and work with String, Color and Boolean resource.
[7 marks]Explain different kind of menus available in the Android. Also explain with example how to set or invoke them within the application.
[7 marks]List built-in layouts. Explain any two layouts in detail with example.
[7 marks]What is SqLite Database? Explain methods for creating, updating, deleting and querying database records.
[7 marks]What is Animation? List out different Animations in android. Explain Tween animation in brief.
[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]Discuss the uses of different Android Development Tools.
[7 marks]What are Shared Preferences? Explain with example.
[7 marks]Explain Android software stack in detail.
[7 marks]What is needed by the application to send an SMS? Write code for sending and receiving SMS in your application
[7 marks]