0% found this document useful (0 votes)
7 views

MAD Practice Questions

The document outlines various aspects of Android development, including attributes of UI components like ToggleButton, JRadioButton, and EditText, as well as the use of intents and content providers. It also differentiates between started and bound services, lists types of sensors, and describes database connectivity with SQLite. Additionally, it includes programming tasks such as creating applications for audio playback, Bluetooth connectivity, and capturing images or videos.

Uploaded by

jayankeni2
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)
7 views

MAD Practice Questions

The document outlines various aspects of Android development, including attributes of UI components like ToggleButton, JRadioButton, and EditText, as well as the use of intents and content providers. It also differentiates between started and bound services, lists types of sensors, and describes database connectivity with SQLite. Additionally, it includes programming tasks such as creating applications for audio playback, Bluetooth connectivity, and capturing images or videos.

Uploaded by

jayankeni2
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
You are on page 1/ 1

1.

State any four attributes of


1)ToggleButton 2) JRadioButton 3) Button 4) EditText 4) LinearLayout
2. Name two classes used to play audio and video in Android.
3. State the uses of intents in android.
4. State the use of content providers.
5. Differentiate started service and bound service.
6. List different types of sensors used in android.
7. Write permissions required for a WIFI service in manifest file.
8. State the basic methods of AsyncTask.
9. Describe the working of content provider component of android app.
10. Describe the steps to set the database connectivity with SQLite. Also describe the use of
onCreate and onUpgrade methods.
11. Draw diagram of activity life cycle.
12. State any two methods of DatePicker and TimePicker Components
13. List the types of queries which can be written in SQLite DB.
14. Explain need of SQLite database
15. Describe Android service life cycle along with diagram.
Programs:
16. Write the xml tag to create a button with caption “Click here” which executes user defined
function named “Click_Me”
17. Develop a program for providing Bluetooth connectivity for turning on and off.
18. Write a program to capture an image using camera and display it.
19. Create an application to play an audio (mp3) file.
20. WAP to capture video using camera intent and display it.
21. Design an app to display name and mobile number of a person using AbsoluteLayout (Write
only XML file).
22. WAP to implement Android activity life cycle. Use toast messages to display message
through life cycle.
23. Develop an application to store customers details like customer_id, customer_name, mobile
number and retrieve customer information using customer-id in sqLite database.
24. Develop an application for taking login id and password and display logged in successfully, if
loginid is vpm and password as vpm123.
25. Design an android application to show the list of paired devices of Bluetooth.
26. Create an application with 2 checkboxes as Snacks and Tea. Also have a button to place
order. Display the order details on click of the button.
27. Design an app to display all sensors for your device.(Write only java code)

You might also like