IMP PROGRAMS
IMP PROGRAMS
3.Design UI using table layout to display buttons with 0 – 9 numbers on it. Even display submit and
clear buttons. When a user clicks on particular buttons and later clicks on the submit button, it
should display the numbers clicked.
4. Enlist the use of the following UI components. 1. Text View 2. Button 3. Image Button 4. Toggle
Button 5.Radio Button 6. Radio Group Button. 7. Custom Toast alert 8.Scroll View
5. Design the registration form using the following UI components. 1. Text View 2. Button 3. Image
Button 4. Toggle Button 5.Radio Button 6. Radio Group Button.
(You should able to use UI components for designing a form java/XML code)
8. Develop an application to display an analog Time Picker. Also, display the selected time. (Write
only. java file)
(You should able to know USING date and time picker java/xml code)
9. Develop a program to TURN ON and OFF Bluetooth. Write .java file and permission tags.
10. Design an Android application to show the list of paired devices by Bluetooth.
11. Develop an application to update a record of an employee whose emp. id is ‘E101’ in the SQLite
database. Change employee name from “PQR” to “XYZ”. Also, display the updated record. (Write
.java and .xml files)
12. Develop an Android application for taking student feedback with database connectivity.
13. . Describe for example, how to create a simple database in SQLite (Assume suitable data).
(You should able to know the use of database connectivity java/XML code)
14. Develop an application to display Google Maps with the user’s current location.
16. Develop an application to send and receive SMS. (Write only. java and permission tag in the
manifest file)
17. Develop an application to send and receive SMS (Design minimal UI as per your choice. Write
XML, java, and manifest file)
18. Develop an Android application for sending Short Message Service (SMS).
20. Develop a program to perform addition, subtraction, division, and multiplication of two numbers
and display the result.
22. Write a program to capture an image using a camera and display it.
23. Write a program to convert temperature from Celsius to Fahrenheit and vice versa using the
Toggle button. (Design UI as per your choice. Write XML and Java files)