Differentiate between JVM and DVM.
[3 marks]Enlist and define the components of android application.
[4 marks]Describe the Android architecture with neat diagram in detail.
[7 marks]What is Toast? Explain How to customize it?
[3 marks]What is AndroidManifest.xml? Write its usages with example.
[4 marks]Explain any four UI Components of Android application.
[7 marks]Develop a Registration form using android UI components, which take details from user like Name, Email ID, Password, Conform Password, Mobile Number, gender etc... On click of register button all details should show on another activity with a welcome message.
[7 marks]What is Fragment? Differentiate between Activity and fragment.
[3 marks]Discuss the need of permissions in Android. Write the permissions required to set system functionalities like Bluetooth, camera, internet.
[4 marks]What is an Activity? Explain the activity life cycle with all events in detail.
[7 marks]Enlist and define types of Menus in android.
[3 marks]Explain the concept of Recycler view. Write down the steps to implement recycler view in android application.
[4 marks]Define services in Android operating system. Explain service Lifecycle with neat diagram.
[7 marks]What do you mean by NoSQL? How it is differ from relational database?
[3 marks]What do you mean by Async task? Explain with example.
[4 marks]Develop an application to store student details like roll no, name, branch, marks, percentage and retrieve student information using roll no. in SQLite databases.
[7 marks]Describe the task of Notification Manager in Android.
[3 marks]Can we use the mobile screen as a Canvas to draw any shapes on it? Write the steps for using Graphics objects in an android application.
[4 marks]List different types of data storage available in Android. Describe the significance of SQLite database in Android.
[7 marks]Describe Tween Animation in android.
[3 marks]Write a program to locate user’s current location. (Write ONLY .java and manifest file)
[4 marks]What is Media Player in android? Explain how to play audio using Media Player
[7 marks]List sensors in Android and explain any one in detail.
[3 marks]Write steps to publishing android applications.
[4 marks]Write the steps to use firebase database in an android application for CRUID operation.
[7 marks]