Explain different types of android applications.
[3 marks]Explain any four android development tools.
[4 marks]What is android? Explain android architecture in detail.
[7 marks]Write a note on different resources in android.
[3 marks]List out built-in Layouts in android. Explain LinearLayout & RelativeLayout by giving a suitable example.
[4 marks]Explain Activity Life-Cycle in android by giving a suitable example.
[7 marks]What is AndroidManifest.xml file? What kind of information is stored in it? Explain Structure of it.
[7 marks]What is linkify? Explain native linkify link types.
[3 marks]What is adapter class? Explain native android adapters.
[4 marks]What is Animation? List out different Animations supports in android.
[7 marks]How to draw various shapes in Canvas? Explain any one.
[3 marks]What is intent? Differentiate between implicit and explicit intent?
[4 marks]List out different Menus in android. Explain Context Menu in detail by giving a suitable example.
[7 marks]Explain the use of Fragments by giving a suitable example.
[3 marks]What is Content Provider? List out different Built-in Content providers provided by android.
[4 marks]What is SQLite database? Explain methods for creating, updating, deleting and querying database records by giving a suitable example.
[7 marks]Write a code to make a phone call using Intent. Page 1 of
[2 marks]What is Dialog box? What different types of dialog box are available in android?
[4 marks]What is SharedPreferecnes? Write a code to store and retrieve data using SharedPreferences.
[7 marks]What is the use of notification? Explain notificationmanager class.
[3 marks]How to Parse XML using the XML Pull Parser? Explain in detail.
[4 marks]How can we retrieve data with the use of the query method in Android? Explain all the parameters of the query method.
[7 marks]Explain WebView by giving a suitable example.
[3 marks]Explain the use of AsyncTask with example.
[4 marks]Explain steps required to publish an Android Application. Page 2 of
[2 marks]