Subject: Mobile Application Development (3161612) : Question Bank/Assignment
Subject: Mobile Application Development (3161612) : Question Bank/Assignment
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.