The document outlines questions for an exam on mobile application development. It includes tasks to create applications for date/time pickers, maps, feedback forms, Bluetooth device lists, email, calculators, SMS, and more. It also covers storing data in SQLite and implementing views, activities, and text-to-speech.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
44 views2 pages
Mad Code Paper
The document outlines questions for an exam on mobile application development. It includes tasks to create applications for date/time pickers, maps, feedback forms, Bluetooth device lists, email, calculators, SMS, and more. It also covers storing data in SQLite and implementing views, activities, and text-to-speech.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2
Subject-Mobile Application Development (22617)
3 Hours / 70 Marks
Q1. Attempt the following
a) Develop an android application for Date and Time Picker. b) Develop an application to display Google map with user’s current location. c) Develop an android application for taking student feedback with database connectivity.
d) Design an android application to show the list of paired devices by Bluetooth.
Q2. Attempt the following
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 × 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. 5. Develop a simple calculator using relative layout. Program to perform addition, subtraction, division, multiplication of two numbers and display the result. (Use appropriate UI controls) 6. Develop an application to display a Google Map. (Write JAVA and Manifest file) 7. Develop and application to send and receive SMS (Design minimal UI as per your choice. Write XML, java and manifest file) 8. Write a program to implement Android Activity Life Cycle. Use toast messages to display message through life cycle. 9. Develop an application to convert “thanks” text to speech as given in the following GUI.