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

MAD IMP programs

The document outlines a series of programming tasks and applications to be developed, primarily focused on Android development. It includes functionalities such as sending emails and SMS, capturing images, displaying maps, and managing databases. Additionally, it covers UI design, user location tracking, and various programming concepts like geocoding and property animation.

Uploaded by

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

MAD IMP programs

The document outlines a series of programming tasks and applications to be developed, primarily focused on Android development. It includes functionalities such as sending emails and SMS, capturing images, displaying maps, and managing databases. Additionally, it covers UI design, user location tracking, and various programming concepts like geocoding and property animation.

Uploaded by

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

1. Write a program to send e-mail.

2. Write a program to display the list of sensors supported by


device.
3. Write a program to show users current location.
4. Write a program to capture an image using camera and display
it.
5. Develop android application to enter one number and display
factorial of a number once click on button.
6. Develop a program to send an SMS.
7. Write a program to create first display screen of any search
engine using auto complete text view.
8. Develop a program to TURN ON and OFF bluetooth.
Write .java file and permission tags.
9. Develop an application to update a record of an employee
whose emp.id is ‘E101’ in SQlite database. Change employee
name from “PQR” to “XYZ”. Also display the updated record.
(Write .java and .xml files)
10. Develop an application to display a Google Map.(Write JAVA and Manifest file)
11. Develop a program to perform addition, subtraction, division multiplication of
two numbers and display the result. (Use
appropriate UI controls)
12. Develop an application to send and receive SMS.(Write only . java and
permission tag in manifest file)
13. Develop an application to display analog Time Picker. Also display the selected
time. (Write only . java file)
14. Develop an android application for sending Short Message
15. Design an android application to show the list of paireddevices by
Bluetooth.Service (SMS).
16. Explain Geocoding and Reverse Geocoding with suitable example.
17. Develop an android application for taking student feedback with database
connectivity.
18. Design a employee registration form using UI component.
19. Develop an android application to show current location of an user’s car.
20. Describe permissions required for android application development.
21. Explain property animation method to animate the properties of view object with
example.
22. Develop an android application for Date and Time Picker.
23. Design UI using table layout to display buttons with 0 – 9numbers on it. Even
display submit and clear button. Whenuser clicks on particular buttons and later
when clicks onsubmit button, it should display the numbers clicked.
24. Develop an application to display Google map with user’s current location.
25. Write a program to implement Android Activity Life Cycle.Use toast messages to
display message through life cycle.
26. Develop and application to send and receive SMS (Design minimal UI as per your
choice. Write XML, java and manifest file)
27. Write a program to capture an image using camera and display it.
28. Write a program to convert temperature from celcius to farenhite and vice versa
using Toggle button. (Design UI as per your choice. Write XML and java file)
29. Write a program to demonstrate declaring and using permissions with any
relevant example.
30. Write a program to demonstrate Date and Time picker.
31. Explain with example, code to create GUI using absolute layout (Assume suitable
data).
32. Write a program to display circular progress bar.
33. Develop an application to store student details like roll no, name,
branch,marks,percentage and retrieve student information using roll no. in SQLite
databases.
34. Write a program to locate user’s current location. (Write ONLY .java and
manifest file)
35. Develop a simple calculator using table layout.
36. Build a GUI for Student table with 5 records, write queries to add, delete and
view the records from the SQLite databases.
37. Develop an android application to calculate age (Use Date Picker) using
following GUI

You might also like