[go: up one dir, main page]

0% found this document useful (0 votes)
45 views4 pages

Assignment 5 & 6

The document outlines assignments for Mobile Application Development for the academic year 2023-24, focusing on topics such as activity life cycle, permissions, SQLite database, and multimedia frameworks. It includes practical tasks like developing applications for Bluetooth connectivity, image capture, SMS, and location services, as well as theoretical questions about Android components. Additionally, it covers security measures and deployment steps for Android applications.

Uploaded by

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

Assignment 5 & 6

The document outlines assignments for Mobile Application Development for the academic year 2023-24, focusing on topics such as activity life cycle, permissions, SQLite database, and multimedia frameworks. It includes practical tasks like developing applications for Bluetooth connectivity, image capture, SMS, and location services, as well as theoretical questions about Android components. Additionally, it covers security measures and deployment steps for Android applications.

Uploaded by

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

Mobile Application Development

Academic Year 2023-24


Assignment 5
Chapter 5: Activity and multimedia with database
1) Write the syntax for Intent-Filter tag.
2) Explain the activity life cycle.
3) Discuss the need of permissions in Android. Describe the permissions to set system
functionalities like bluetooth,camera.
4) Describe the significance of SQLite database in Anroid.
5) List sensors in Android and explain any one in detail.
6) Develop a program for providing bluetooth connectivity
7) Write a program to capture an image using camera and display it.
8) Name two classes used to play audio and video in Android.
9) Draw the life cycle of an activity.
10) Build a GUI for Student table with 5 records, write queries to add, delete and view
the records from the SQLite databases.
11) Define content provider and explain fragments.
12) Describe types of permisions used while developing android applications.
13) Develop an application to store student details like roll no, name, branch,
marks,percentage and retrieve student information using roll no. in SQLite databases.
14) Describe with example, how to create a simple database in SQLite (Assume suitable
data).
15) Describe Android service life cycle along with diagram.
16) Describe multimedia framework of Android with diagram
17) Write a program to demonstrate declaring and using permissions with any relevant
example.
18) Write a program to capture an image using camera and display it.
19) Write a program to implement Android Activity Life Cycle. Use toast messages to
display message through life cycle.
20) State the uses of Intent in Android.
21) Explain significance of content provider.
22) 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.
23) State intent. List types of intent
24) Define: i)Fragment ii) Broadcast receiver
25) Develop an application to convert thanks" text to speech as given in the following GUI.
26) 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).
27) Develop a program to TURN ON and OFF bluetooth. Write .java file and permission tags
Mobile Application Development
Academic Year 2023-24
Assignment 6
Chapter 6: Security and Application Deployment

1) Enlist the steps to publish the Android application.

2)Develop an application to send and receive SMS. (Write ONLY .java and permission
tag in manifest file)

2) Develop a program to send and receive an Email.

3) Write a program to locate user’s current location. (Write ONLY .java and
manifest file)

4) State syntax to display built in zoom control

5) Name any 4 methods to get location data in android.

6) List and elaborate steps to deploy an Android application on Google play store.

7) State and elaborate the syntax of required class and methods for Geocoding.

8) Discuss developer console with at least four features.

9) Name any four methods to get location data in android.

10) Explain the Android security model.

11) Explain the procedure of Geo-coding and reverse Geo-coding.

12) Write a program to find the direction from user’s current location to
MSBTE, Bandra. (Write only .Java and manifest file).

13) Define Geocoding and Reverse Geocoding.

14) Develop a program to add "Hello World" marker at (10 ,10) coordinates. Write only . java file.

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

You might also like