Define Intent in Android. Provide an example.
[3 marks]Compare and contrast LinearLayout and RelativeLayout.
[4 marks]Develop a simple Android application that uses two activities and passes data between them
[7 marks]What is an AdapterView? Give an example.
[3 marks]Explain how external storage differs from internal storage.
[4 marks]Discuss various types of animations in Android. Provide code examples.
[7 marks]Write a complete code snippet to create and use an SQLite database.
[7 marks]Define Content Provider in Android.
[3 marks]How is screen orientation handled in Android?
[4 marks]Explain Android Activity lifecycle with a diagram.
[7 marks]Explain the use of AutoCompleteTextView.
[3 marks]How can you invoke built-in applications using intents?
[4 marks]Explain how to implement Fragment in an Android app with a practical example.
[7 marks]What is the purpose of the Android Emulator?
[3 marks]How is animation implemented in Android using XML?
[4 marks]Design a login form using EditText, Button and Toast message on successful login.
[7 marks]What is SQLite in Android?
[3 marks]How do you display a Google Map in an Android application?
[4 marks]How do you create and use custom views in Android? Page 1 of
[2 marks]What is the role of the AndroidManifest.xml file in an Android application?
[3 marks]Explain how to draw custom shapes using ShapeDrawable.
[4 marks]What are RecyclerView and Adapter in Android? How do they improve list performance?
[7 marks]What is the use of findViewById() method?
[3 marks]Explain how to store and retrieve data using internal storage in Android.
[4 marks]Write a code snippet to perform basic CRUD operations in SQLite and explain database integrity. Page 2 of
[2 marks]