0% found this document useful (0 votes)
21 views7 pages

MAD Imps

The document contains a comprehensive list of questions related to Android application development, categorized by marks and organized by year and unit. It includes topics such as Android ecosystem, UI design, services, permissions, and application deployment. The questions range from defining concepts to developing applications and writing code examples.

Uploaded by

komalsawant765
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views7 pages

MAD Imps

The document contains a comprehensive list of questions related to Android application development, categorized by marks and organized by year and unit. It includes topics such as Android ecosystem, UI design, services, permissions, and application deployment. The questions range from defining concepts to developing applications and writing code examples.

Uploaded by

komalsawant765
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

MAD IMPs

[Link]. Questions (2M) Year Unit

1. State Android ECO System. Summer 2023 Unit I


2. List various tools for android application Summer 2023 Unit II
development.
3. List various layouts used in android UI Summer 2023 Unit III
design.
4. Name any four attributes of Edit Text Summer 2023 Unit IV
control.
5. State the use of fragments in android Summer 2023 Unit V
App development.
6. Define SMS service in android Summer 2023 Unit VI
application development.
7. List different types of sensors used in Summer 2023 Unit V
android.
8. List any four features of android Summer 2024 Unit I
operating system.
9. Describe role of Emulator. Summer 2024 Unit II
10. List various components of android UI Summer 2024 Unit IV
design.
11. List any two attributes of Toggle Button. Summer 2024 Unit IV
12. Define service in android operating Summer 2024 Unit V
system.
13. Explain two methods of Google Map. Summer 2024 Unit VI
14. Write down syntax to create an intent Summer 2024 Unit V
and start another activity.
15. Define Emulator. Winter 2024 Unit II
16. Name two classes used to play audio Winter 2024 Unit V
and video in Android.
17. List any four folders from directory Winter 2024 Unit III
structure of Android project and
elaborate in one line.
18. List types of permissions in android. Winter 2024 Unit VI
19. List attributes of radio button. (Any Winter 2024 Unit IV
Four)
20. Describe the process of getting the map Winter 2024 Unit VI
API key.
21. Define Dalvik Virtual Machine (DVM). Summer 2022 Unit II
22. List any four attributes of check box. Summer 2022 Unit IV
23. Draw diagram of activity life cycle. Summer 2022 Unit V
24. State syntax to display built in zoom Summer 2022 Unit VI
control.
25. List all tools and software’s required for Winter 2023 Unit II
developing an android application.
26. List any four attributes of layout. Winter 2023 Unit III
27. Define Geocoding and Reverse Winter 2023 Unit VI
Geocoding.
28. State intent. List types of intent. Winter 2023 Unit V
29. Write difference between toggle button Winter 2023 Unit IV
and radio button.
30. Define: i)Fragment ii)Broadcast receiver. Winter 2023 Unit V
31. Define OHA and state goal of OHA. Winter 2022 Unit I
32. Define Android Virtual Devices (AVD). Winter 2022 Unit II
33. State how the APK files are built? Winter 2022 Unit VI
34. State the uses of Intent in Android. Winter 2022 Unit V
35. Name any four methods to get location Winter 2022 Unit VI
data in android.
36. Explain significance of content provider. Winter 2022 Unit V

[Link]. Questions (4M) Year Unit


1. Describe android and importance of Summer 2023 Unit I
OHA.
2. Explain Dalvik Virtual Machine and state Summer 2023 Unit II
its importance.
3. Describe the process of getting the map Summer 2023 Unit VI
API key.
4. Explain multimedia framework in Summer 2023 Unit V
android.
5. Describe various installation steps of Summer 2023 Unit II
android studio and its environment.
6. Explain Gridview with its attributes with Summer 2023 Unit IV
suitable example.
7. Explain text to speech conversion Summer 2023 Unit V
technique in android.
8. Describe steps for deploying android Summer 2023 Unit VI
application on Google Play Store.
9. Describe directory structure and its Summer 2023 Unit III
components.
10. Develop an android application for Date Summer 2023 Unit IV
and Time Picker.
11. Explain property animation method to Summer 2023 Unit V
animate the properties of view object
with example.
12. Describe permissions required for Summer 2023 Unit VI
android application development.
13. Develop an android application to show Summer 2023 Unit VI
current location of an user's car.
14. Explain need of android. Summer 2024 Unit I
15. Compare JVM and DVM. (any four Summer 2024 Unit II
points)
16. Explain android security model. Summer 2024 Unit V
17. Draw and explain activity life cycle. Summer 2024 Unit V
18. Describe various installation steps of Summer 2024 Unit II
android studio and its environment.
19. Explain scrollview with its attributes and Summer 2024 Unit IV
with suitable example.
20. Write significance of SQLite database in Summer 2024 Unit V
android.
21. Explain importance or use of developer Summer 2024 Unit VI
console.
22. Describe linear layout and frame layout Summer 2024 Unit IV
with example
23. Write a program to create first display Summer 2024 Unit V
screen of any search engine using auto
complete text view.
24. What is fragment? Explain with Summer 2024 Unit V
example.
25. Describe types of permissions used Summer 2024 Unit VI
while developing android application.
26. Develop a program to send an SMS. Summer 2024 Unit VI
27. Describe Android Architecture with Winter 2024 Unit I
diagram.
28. Explain relative layout with suitable Winter 2024 Unit IV
example.
29. Design a student registration form. Winter 2024 Unit IV
30. Describe sensors use in Android. Winter 2024 Unit V
31. Develop a program to implement - List Winter 2024 Unit IV
View of 6 item.
32. Explain importance of developer console Winter 2024 Unit VI
in android application development.
33. List UI component explain any one with Winter 2024 Unit IV
help of example.
34. Develop a program for providing Winter 2024 Unit V
bluetooth connectivity.
35. Explain Geocoding and reverse Winter 2024 Unit VI
geocoding in android with example.
36. Explain Service Life Cycle. Winter 2024 Unit V
37. Describe with example, how to create a Summer 2022 Unit V
simple database in SQLite (Assume
suitable data). (Note : Any other method
such as creating subclass of
SQLiteOpenHelper class and overriding
and using required methods with
relevant example can also be
considered)
38. State syntax to create Text View and Summer 2022 Unit IV
Image button with any two attributes of
each.
39. State and elaborate the syntax of Summer 2022 Unit VI
required class and methods for
Geocoding.
40. Explain with example, code to create Summer 2022 Unit III
GUI using absolute layout (Assume
suitable data).
41. Write a program to demonstrate Date Summer 2022 Unit IV
and Time picker. (Note: Consider the
appropriate XML file. All attributes are
not required. In java file all imports are
not expected. Different relevant
logic/code can be considered.)
42. Discuss developer console with at least Summer 2022 Unit VI
four features.
43. Write a program to demonstrate Summer 2022 Unit VI
declaring and using permissions with
any relevant example.
44. Explain relative layout with all its Winter 2023 Unit III
attributes.
45. Explain the need of Android Operating Winter 2023 Unit I
System. Also describe any four features
of android.
46. Develop a program to add "Hello World" Winter 2023
marker at (10 ,10) co-ordinates. Write
only .java file.
47. Write an xml file to create login page Winter 2023 Unit III
using Table Layout.
48. Develop an application to display analog Winter 2023 Unit IV
TimePicker. Also display the selected
time.(Write only .java file)
49. Explain components of android directory Winter 2023 Unit I
structure.
50. Develop an android application using Winter 2023 Unit IV
radio button.
51. Develop an application to send and Winter 2023 Unit VI
receive SMS. (Write only Java and
permission tag in manifest file)
52. Describe the different features of Winter 2022 Unit I
Android.
53. Explain features of Android SDK. Winter 2022 Unit II
54. Elaborate the need of permissions in Winter 2022 Unit VI
Android. Explain the permissions to set
system functionalities like SEND-SMS,
bluetooth.
55. Explain the fundamentals of Ul design in Winter 2022 Unit IV
detail.
56. Write a program to display a rectangular Winter 2022 Unit IV
progress bar.
57. Explain the procedure of Geo-coding Winter 2022 Unit VI
and reverse Geo-coding.

[Link]. Questions (6M) Year Unit

1. Design a employee registration form Summer 2023 Unit IV


using UI component.
2. Develop an android application for Summer 2023 Unit V
taking student feedback with database
connectivity.
3. Explain Geocoding and Reverse Summer 2023 Unit VI
Geocoding with suitable example.
4. Design an android application to show Summer 2023 Unit V
the list of paired devices by Bluetooth.
5. Develop an android application for Summer 2023 Unit VI
sending Short Message Service (SMS).
6. Explain how linear and frame layout is Summer 2023 Unit III
used to design an android application
with suitable example.
7. Develop android application to enter Summer 2024
one number and display factorial of a
number once click on button.
8. Write a program to capture an image Summer 2024 Unit V
using camera and display it.
9. Write a program to show users current Summer 2024 Unit VI
location.
10. Write a program to display the list of Summer 2024 Unit V
sensors supported by device.
11. Write a program to send e-mail. Summer 2024 Unit V
12. Write a program to show five Summer 2024 Unit IV
checkboxes and total selected
checkboxes using linear layout.
13. Develop the android application for Winter 2024 Unit III
student mark sheets using table layout
at least five subject marks with total and
percentage. (Write both Java and xml
code)
14. Develop an application to store student Winter 2024 Unit V
details like roll no, name, marks and
retrieve student information using roll
no. in SQLite database. (Write java and
xml file).
15. Explain Grid view and image view with Winter 2024 Unit IV
suitable example.
16. Explain date picker with suitable Winter 2024 Unit IV
example.
17. Write a program to find the direction Winter 2024 Unit VI
from ·user's current location to MSBTE,
Bandra (Write only java and manifest
file) )
18. Develop and application to send SMS Winter 2024 Unit VI
(Design minimal UI as per your choice.
Write XML ,Java and manifest file).
19. Write a program to convert temperature Summer 2022 Unit V
from celcius to farenhite and vice versa
using Toggle button. (Design UI as per
your choice. Write XML and java file)
(Note: Consider the appropriate XML
file. All attributes are not required. In
java file all imports are not expected.
Different relevant logic/code can be
considered.)
20. Write a program to capture an image Summer 2022 Unit V
using camera and display it. (Note:
Consider the appropriate XML file. All
attributes are not required. In java file
all imports are not expected. Different
relevant logic/code can be considered.)
21. Write a program to implement Android Summer 2022 Unit V
Activity Life Cycle. Use toast messages
to display message through life cycle.
(Note: No XML code is required. In java
file all imports are not expected.)
22. Design UI using table layout to display Summer 2022 Unit III
buttons with 0 9 numbers on it. Even
display submit and clear button. When
user clicks on particular buttons and
later when clicks on submit button, it
should display the numbers clicked.
(Note: Consider the appropriate XML
file. All attributes are not required. In
java file all imports are not expected.
Different relevant logic/code can be
considered.)
23. Develop a program to perform addition, Winter 2023 Unit III
subtraction, division, multiplication of
two numbers and display the result.
(Use appropriate UI controls).
24. Develop an application to display a Winter 2023 Unit VI
Google Map. (Write JAVA & Manifest
file)
25. Develop an application to convert Winter 2023 Unit V
thanks" text to speech as given in the
following GUI.

26. Develop an application to update a Winter 2023 Unit V


record of an employee whose [Link] is
‘E101’ in SQlite database. Change
employee name from “POR" to “XYZ".
Also display the updated record (Write
.java and .xml files).
27. i) Describe all steps in application Winter 2023 Unit VI
deployment on google playstore. ii)
Write steps for customized permissions.
28. Develop a program to TURN ON and OFF Winter 2023 Unit V
bluetooth. Write .java file and
permission tags.
29. Develop a program to send and receive Winter 2022 Unit VI
an Email.
30. Develop a program for providing Winter 2022 Unit V
bluetooth connectivity.
31. Develop a program to implement i) List Winter 2022 Unit IV
view of 5 items ii) Grid view of 4 x 4
items iii) Image view.
32. Develop an application to store Winter 2022 Unit V
customer's details like, customer-id,
customer-name, mobile number,
address, pin-code and retrieve customer
information using customer-id in SQLite
databases. (Any other relevant logic can
be considered)
33. Develop a simple calculator using Winter 2022 Unit III
relative layout.

You might also like