Write a note on Android Architecture.
[5 marks]What is Activity? Explain its life cycle with examples.
[5 marks]What is AVD? Explain the process of creating AVD in Android application development.
[5 marks]List out various layouts available in Android. Explain any two in detail.
[5 marks]Explain Text View with Android Code.
[5 marks]Explain DVM in detail. What is the difference between JVM and DVM?
[5 marks]Explain Explicit intent with examples.
[5 marks]Explain Fragment Lifecycle.
[5 marks]Explain Implicit intent with examples.
[5 marks]How to manage the different screen sizes and orientations.
[5 marks]Explain Options Menu with Android Code.
[5 marks]Explain dialog as an activity.
[5 marks]Explain Context Menu using suitable examples.
[5 marks]Give the overview of different databases of android.
[5 marks]Write an Android Program to store the input information in SQLite Database.
[5 marks]Explain methods of SQLiteOpenHelper class.
[5 marks]Write an Android Program to fetch the student’s information from SQLite Database.
[5 marks]