100% found this document useful (1 vote)
983 views

Subject: Mobile Application Development (3161612) : Question Bank/Assignment

This document contains a question bank/assignment for the Mobile Application Development class offered in the 6th semester of the IT program at G H Patel College of Engineering and Technology. It includes 54 questions related to key topics in Android development such as Android architecture, activities, intents, layouts, fragments, databases, and publishing applications. The questions range from definitions and explanations to examples of implementing specific Android features like buttons, lists, and database connectivity. Students are expected to answer all the questions for the class assignment.

Uploaded by

Sujal
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
983 views

Subject: Mobile Application Development (3161612) : Question Bank/Assignment

This document contains a question bank/assignment for the Mobile Application Development class offered in the 6th semester of the IT program at G H Patel College of Engineering and Technology. It includes 54 questions related to key topics in Android development such as Android architecture, activities, intents, layouts, fragments, databases, and publishing applications. The questions range from definitions and explanations to examples of implementing specific Android features like buttons, lists, and database connectivity. Students are expected to answer all the questions for the class assignment.

Uploaded by

Sujal
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

G H Patel College of Engineering and Technology

Department of Information Technology

SUBJECT: MOBILE APPLICATION DEVELOPMENT [3161612]


CLASS: 6TH SEM - IT
A.Y. 2021-2022 (Semester-VI)

Question Bank/Assignment

1. What is android?
2. Explain Android Architecture.
3. Explain Android Activity life cycle.
4. Show use of at least three tag from AndroidManifest.xml file.
5. What is Implicit and Explicit intent. Apply both in one application.
6. What is the significance of Android Manifest file?
7. Explain DVM.
8. What is Android Runtime? Also explain Android Virtual Device.
9. What are the JVM and DVM? Explain DVM in details.
10. How to implement widgets & how it is Use.
11. Describe Scroll View & List View? Explain with suitable Program.
12. What is AVD? Explain the process of creating AVD in Android
13. Explain String.xml file.
14. Explain LinearLayout.
15. What is Service? Differentiate between Activity and Service.
16. Write code to send data from one activity to other activity using Explicit Intent.
17. Create an application having TextView, EditText and Button. 07 When use click on
Button, content in EditText should be displayed in TextView.
18. Explain view. Also explain grid view and web view.
DR. KRUNAL PATEL
19. Explain Scroll View and List View.
20. Explain Checkbox with example.
21. Apply Button click using three approaches.
22. Write the various layouts available in Android. Explain any one out of that.
23. What you mean by fragment in Android? Explain fragment with an example
24. Write a code to send e-mail from Android App using the concept of explicit intent.
25. What are the orientation modes of available in Android? Explain with Example.
26. List atleast 4 layouts and explain any one with example.
27. Demonstrate the use of CheckBox in Android App.
28. Differentiate between Explicit Intent and Implicit Intent.
29. Explain Content Provider.
30. Explain the use of Broadcast Receiver in android
31. Explain RadioButton and RadioGroup with suitable Example.
32. Explain Material Design.
33. Write a code to add ProgressDialog in Android App.
34. How to use spinner in Android App? Explain with an example.
35. Explain ToggleButton with example.
36. Explain the concept of AsyncTask with an example.
37. Briefly explain AsyncTaskLoader.
38. Explain different input control.
39. How to manage the different screen sizes and orientations.
40. What is a Notification?
41. How to create menus in android? explain with example
42. Write code to display Toast Message on click of Button.
43. Make Application for student’s registration of basic details like Name, Enrollment
No, Branch, Address and Mobile Number.
44. Explain Fragments with appropriate example.
45. Briefly explain RatingBar in Android.
46. How to publish the Android Application into Google Appstore.
47. Write code to open browser with entered URL by the user.

DR. KRUNAL PATEL


48. Explain Permission Model in android.
49. Write the code for create connection with SQLite Database.
50. Demonstrate use of ToggleButton class with example. Play Music on toggle on user
value in SharedPreference. and music off on toggle off.
51. Write Code to insert Customer Details (cID, cName, cOrderID) in SQLite Database in
Android.
52. What is SQLite database? Write code for adding, updating, and removing data from
SQLite database.
53. Write an android application for login & registration using SQLite database
connectivity.
54. Describe how to publish Android Application on Google Play.

DR. KRUNAL PATEL

You might also like