0% found this document useful (1 vote)
41 views3 pages

Android Lab Assignments for M.Sc. Students

This document outlines the assignments for the course "Android Laboratory" which is part of the M.Sc. (Computer Applications) program at Savitribai Phule Pune University. There are 5 assignments focused on building basic Android apps that demonstrate core concepts like activities, intents, buttons, validation, databases, SMS, email, maps, and JSON parsing. The course aims to teach practical Android development skills over 8 practical hours per week.

Uploaded by

jineye7982
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 (1 vote)
41 views3 pages

Android Lab Assignments for M.Sc. Students

This document outlines the assignments for the course "Android Laboratory" which is part of the M.Sc. (Computer Applications) program at Savitribai Phule Pune University. There are 5 assignments focused on building basic Android apps that demonstrate core concepts like activities, intents, buttons, validation, databases, SMS, email, maps, and JSON parsing. The course aims to teach practical Android development skills over 8 practical hours per week.

Uploaded by

jineye7982
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

Savitribai Phule Pune University

[Link].(Computer Applications )-II (2019 Course)


SEM-III
Course Type : CC Course Code : CA- CCPP -3
Course Title: Android Laboratory

Teaching Scheme: No. of Credit : 4 Examination Scheme:


IE: 30 Marks
Practical : 08 UE: 70 Marks
Hours/Week
Assignments:
Assignment 1:

1. Create a Application Which will Send ―Hello message from one activity to
another with help of Button (Use Intent).
2. Create application with Login Screen. On successful login, gives message go to
next Activity (Without Using Database).

3. Create First Activity to accept information like Student First Name, Middle Name, Last

Name, Date of birth, Address, Email ID and display all information on Second Activity

when user click on Submit button.

4. Create a "Contact" layout to hold multiple pieces of information, including:

Photo, Name, Contact Number, E-mail id.

5. Create registration form given below. Also perform appropriate validation.


Assignment 2 :
1. Construct an app to display the image.
2. Construct a bank app to display different menu like withdraw, deposit etc.
3. Construct a register app to display different menu like add, delete, edit etc.
Assignment 3 :
Create sample application with login module (Check username and password).
On successful login, pass username to next screen And on failing login, alert user
using Toast (Hint :Use Login(username, password) Table.)

2. Create Table project (pno, p_name, ptype, duration) and employee (id, e_name,
qulification, joindate)
Project – employee have many to many relationship.
Using database perform following operation.
1) Add new record into table.
2) Accept a project name from user and display information of employees working on
the project.
Assignment 4:
1. Create application to send and receive messages using SMS Manager.
2. Create application to send email.
3. Create application to design login form, validate it. Write and send email with
appropriate message.
4. Write a program to search a specific location on Google Map
5. Write a program to calculate distance between two locations on Google Map.

Assignment 5:
1. Create application using JSON which gives us list of contacts where each node
contains contact information like name, email, address, gender and phone numbers.
2. Create application using JSON which gives the Employee information.

You might also like