MAD GTU Question Bank

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

UNIT-1

1. Differentiate between JVM and DVM. 03


2. Define: Class, Object, Encapsulation, Inheritance 04

UNIT-2

1. Differentiate between Flowchart and DFD. 04

UNIT-3

1. Explain Versions in android. 03


2. Draw and explain Activity lifecycle of android application in detail. 07
3. Explain about the Android manifest.xml file. 03
4. Write a brief note on android Architecture with proper diagram. 07
5. Explain Intent and Fragment in details. 07
6. Enlist and define the components of android application. 04
7. What is AndroidManifest.xml? Write its usages with example. 04
8. What is Fragment? Differentiate between Activity and fragment. 03
9. What is an Activity? Explain the activity life cycle with all events in detail. 07
10. What is the use of Android Manifest file? 03
11. Explain Android architecture with proper diagram. 07
12. Explain basic building blocks/components of Android Application. 04
13. What is Fragment? Draw and explain the lifecycle of a fragment. 07
14. What is an Intent? Explain types of Intent in Android with example. 07
15. What is AVD? Explain the process of creating AVD in Android application development. 03
16. Briefly explain Android manifest file. 04
17. How Bundle can be used in Android App? 03
18. Differentiate between Activity and Fragment with respect to Android App. 04
19. Demonstrate the use of explicit intent with an example. 07
20. Design Android App to send an email using the concept of implicit intent. 07
UNIT-4

1. What is Layout? What are the advantages of setting a Layout? 03


2. List out various layouts available in Android. Explain any one in detail 04
3. Explain Checkbox in Android with example. 03
4. Write code to display Toast Message on click of Button. 04
5. Explain different types of menus in android with example. 07
6. What is Toast? Explain How to customize it? 03
7. Explain any four UI Components of Android application. 07
8. Enlist and define types of Menus in android. 03
9. Explain the concept of Recycler view. Write down the steps to implement recycler view in
android application. 04
10. Write difference between Table Layout and Frame Layout. 04
11. List out UI components of android application. Explain any three in brief. 07
12. How to use Spinner in android application. 03
13. Explain Material design. 04
14. How menu can be used in Android App? 03
15. Demonstrate the concept of RadioGroup with an example. 04
16. How AutoCompleteTextView can be used in Android App? 03
17. Demonstrate the concept of ViewGroup with an example. 04
18. Create an Android App in which employee can select one or more city from the group of
four cities and prints the selected cities in TextView on button click. 07
19. What is the significance of spinner in Android App? 03
20. List out different layouts available in Android and explain any one in detail. 04

21. 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. 07

22. Create Android App which will take two numbers from user using EditText and prints the
sum of both the numbers in TextView on button click. Ensure that users can enter numbers
only from the EditText. 07
Unit 5

1. Explain the use of Shared Preferences. 03


2. Explain Internal vs. External storage. 04
3. Write a Program for establishing connection with SQLite database. 07
4. What do you mean by NoSQL? How it is differ from relational database? 03
5. Develop an application to store student details like roll no, name, branch, marks, percentage
and retrieve student information using roll no. in SQLite databases. 07
6. Write Code to insert Contact Details (cID, cName, cPhoneNumber) in SQLite Database in
Android. 07
7. List different types of data storage available in Android. Describe the significance of SQLite
database in Android. 07
8. Explain Content provider. 04
9. Write a code to insert Employee details (eid, ename, eaddress, edesignation) in SQLite
database. 04
10. Write a code to insert product information (pid, pname, pcategory, pprice) in SQLite
database. 04
11. Define services in Android operating system. Explain service Lifecycle with neat diagram.
07
12. Design Android App having facility of student registration. (Use SQLite database.) 07
13. What is the use of Content Provider in Android? 04
14. Design Android App having facility of login. (Use SQLite database.) 07
15. Briefly explain: Shared preferences. 03

Unit 6

1. What is parsing? Discuss how can you perform parsing using JSON in Android application.
03
2. Discuss AsyncTask in detail. 04
3. What do you mean by Async task? Explain with example. 04
4. Discuss how you can perform parsing using JSON in android application. 03
5. Briefly explain AsyncTask loader. 03
Unit 7

1. How to add notification in Android App? Explain with an example. 03


2. What is Geocoding and Reverse Geocoding? Explain it with example. 04
3. Which are the types of animations supported in Android? Explain any one in detail. 07
4. Explain the use of Broadcast Receiver in Android. 03
5. What is Service? Discuss various Service life cycle methods in detail. 04
6. Describe the task of Notification Manager in Android. 03
7. 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. 04
8. Describe Tween Animation in android. 03
9. Write a program to locate user’s current location. (Write ONLY .java and manifest file).
10. Write the steps to use firebase database in an android application for CRUID operation. 07
11. What is Media Player in android? Explain how to play audio using Media Player. 07
12. What is BroadCast Receiver? How to add it in android app. 03
13. Explain Animation and its types in android. Explain any one in details. 07
14. Write a code to get current location & display it in text view. 07
15. Explain Background Services. 03
16. Discuss the need of permissions in Android. Write the permissions required to set system
functionalities like Bluetooth, camera,internet.04
17. Briefly explain: Hardware Acceleration 03
18. Write a code to play audio using Android App. 04
19. Design Android App which takes a location (i.e. Name of the place/city) from user and pins
the same on Google map. 07
20. Write a code to play video using Android App. 04

Unit 8

1. How can you publish your application in Google Play Store? Explain the entire process.
07
2. List sensors in Android and explain any one in detail. 03
3. Write steps to publishing android applications. 04
4. Discuss about ADB.exe tool and Web Server. 04
5. Explain about the entire process to publish any android application. 04
6. Write a code to take picture with camera and display current date time with it using
android application. 07
7. Write a note on different Permissions in android. 07
8. Demonstrate the use of webview in Android App. 07
9. How to publish Android App? 03

You might also like