0% found this document useful (0 votes)
8 views2 pages

IMP PROGRAMS

The document outlines various tasks for developing Android applications, including creating GUIs with different layouts, designing forms, and implementing functionalities like Bluetooth control, SMS handling, and database connectivity. It also covers multimedia applications, such as capturing images and converting text to speech. Additionally, it mentions the use of geocoding and obtaining API keys for location services.
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)
8 views2 pages

IMP PROGRAMS

The document outlines various tasks for developing Android applications, including creating GUIs with different layouts, designing forms, and implementing functionalities like Bluetooth control, SMS handling, and database connectivity. It also covers multimedia applications, such as capturing images and converting text to speech. Additionally, it mentions the use of geocoding and obtaining API keys for location services.
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/ 2

1. Develop an android application using absolute layout.

2.Explain with example, code to create GUI using an absolute layout

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.

(You should able to know various layouts Java/xml code)

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.

6. Design an employee registration form using the UI component.

(You should able to use UI components for designing a form java/XML code)

7. Develop an application for a date-time picker.

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.

(You should able to know the use of Bluetooth java/XML code)

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.

15. Develop an application to display a Google Map.

(You should able to get current location java/XML code)

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).

(You should able to send and receive SMS java/XML code)


19. Develop an application to convert “thanks” text to speech as given in the following GUI.

20. Develop a program to perform addition, subtraction, division, and multiplication of two numbers
and display the result.

21. Describe the multimedia framework of Android with a diagram.

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)

Geocoding and reverse geocoding

Getting api key

You might also like