0% found this document useful (0 votes)
9 views3 pages

6 Markspyq

The document outlines a series of programming tasks focused on developing Android applications, including functionalities such as sending and receiving emails and SMS, implementing various UI layouts, and working with SQLite databases. It also covers topics like Bluetooth connectivity, Google Maps integration, and user input handling through forms and buttons. Additionally, it includes explanations of concepts like geocoding, layout types, and application deployment on the Google Play Store.

Uploaded by

sunnygaikwad4747
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)
9 views3 pages

6 Markspyq

The document outlines a series of programming tasks focused on developing Android applications, including functionalities such as sending and receiving emails and SMS, implementing various UI layouts, and working with SQLite databases. It also covers topics like Bluetooth connectivity, Google Maps integration, and user input handling through forms and buttons. Additionally, it includes explanations of concepts like geocoding, layout types, and application deployment on the Google Play Store.

Uploaded by

sunnygaikwad4747
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/ 3

1.Develop a program to send and receive an Email.

2.Develop a program for providing bluetooth connectivity.

3.Develop a program to implement


i) List view of 5 items
ii) Grid view of 4 x 4 items
iii) Image view.
4. Develop an application to store 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).

5. Write a program to find the direction from user's current location to MSBTE, Bandra. (Write
only Java and manitest file). (Note : Any other relevant logic to get the required output can also
be considered.)

6. Develop a simple calculator using relative layout.

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

8. Write a program to capture an image 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.)

9. Develop and application to send and receive SMS (Design minimal UI as per your choice.
Write XML, java and manifest file)

10. Write a program to implement Android 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.)

11. Develop an application to display Google map with user's current location.

12. Design UI using table layout to display 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.

13. Develop a program to perform addition, subtraction, division, multiplication of two


numbers and display the result. (Use appropriate UI controls).

14. Develop an application to display a Google Map. (Write JAVA & Manifest file)
15.

16. Develop an application to update a record of an employee whose emp.id is ‘E101’ in


SQlite database. Change employee name from “POR" to “XYZ". Also display the updated
record (Write .java and .xml files).

17. i) Describe all steps in application deployment on google playstore.

ii) Write steps for customized permissions.

18. Develop a program to TURN ON and OFF bluetooth. Write .java file and permission
tags

19. Design a employee registration form using UI component.

20. Develop an android application for taking student feedback with database connectivity.

21. Explain Geocoding and Reverse Geocoding with suitable example.

22. Design an android application to show the list of paired devices by Bluetooth.

23. Develop an android application for sending Short Message Service (SMS).

24. Explain how linear and frame layout is used to design an android application with
suitable example.

25. Develop android application to enter one number and display factorial of a number
once click on button.

26. Write a program to capture an image using camera and display it.

27. Write a program to show users current location.

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

29. Write a program to send e-mail


30. Write a program to show five checkboxes and total selected checkboxes using linear
layout.

31. Develop the android application for student marksheets using table layout atleast five
subject marks with total and percentage. (Write both Java and xml code).

32. Develop an application to store student details like roll no, name, marks and retrieve
student information using roll no. in SQLite database. (Write java and xml file).

33. Explain Grid view and image view with suitable example.

34. Explain date picker with suitable example.

35. Write a program to find the direction from ·user's current location to MSBTE, Bandra
(Write only java and manifest file) )

36. Develop and application to send SMS (Design minimal UI as per your choice. Write
XML ,Java and manifest file)

You might also like