3) Working with the User Interface Using Vies & View Groups:
1) List various layouts available in Android. Explain 1 with xml code file. Linear Layout with attributes (M- 7)
2) Write about Toggle Button in Android. (M- 3)
3) What are the orientation modes of available in Android? (M- 4)
4) Discuss an OnClickListener event Listener in Android? (M- 3)
5) How to use spinner in Android App? Explain with an example. (M- 4)
6) Write code to display Toast Message "Welcome to Android" on click of a Button. (M- 7)
7) Write both XML code and android program to display a circular progress bar. (M- 7)
8) What is List view? Write a java class to add any 10 items within List view. (M- 7)
9) How menu can be used in Android App? (М- 3)
10) Demonstrate the concept of RadioGroup with an example. (M- 4)
11) How AutoCompleteTextView can be used in Android App? (M- 3)
12) Demonstrate the concept of ViewGroup with an example. (M- 4)
13) What is android layout? Explain different layout classes and working with layouts. (M- 7)
4) Storing the Data Persistently:
1) List down the Advantage and Disadvantage of SQLite Database. (M- 7)
2) Give brief idea about Internal versus External storage. (M- 4)
3) What are the different ways to store Data in Android? (M- 3)
4) Explain SQLiteOpenHelper class. (M- 4)
5) Design Android App having facility of login. (Use SQLite database.) (M- 7)
6) What is the use of Content Provider in Android? (M-4)
7) Design Android App having facility of student registration. (Use SQLite database.) (М- 7)
8) Explain SQLite Database and why it is required. (M- 3)
9) Explain Content Provider. (M- 4)
5) Working with Location Services and Maps:
1) Explain Geocoding & Reverse Geocoding. (M- 3)
2) Explain Broadcast receiver in details. (M- 4)
3) What is Google Maps API? Explain Elements of Google Map. (M- 4)