You are on page 1of 8

Information Technology Department

Mobile Application Development


(3161612)

Submitted By
LAKUM PARAG
210430116531

2022-23

Shantilal Shah Engineering College


Bhavnagar
Shantilal Shah Engineering College
Bhavnagar

Certificate
This is to certify that Mr./Ms.
________________________________ of B.E. 6th semester,
Information Technology Department, Enrolment No.
___________________ has satisfactorily completed his/her
practical/term work for the subject of Mobile Application
Development (3161612) during the academic year 2022-23
submitted on ______________.

Faculty In charge Head of Department

Certified that this term work is accepted and


assessed on __________.

Examiner Convener
Index
Sr. Date of Date of Assessment
Objective(s) of Experiment Page No. Signature Remarks
No. Performance Submission Marks
1 Setup an Android environment for the development of
Android applications using Android Studio.
2 Write an Android application for calculator.
Write an Android application to implement currency converter
3 that convert different currencies for example, Rupees to
dollar.
4 Write an android application to count library overdue.
Write an android application to convert a ball from size of
5 radius 2(colour red) to radius 4(colour blue) to radius 6
(colour green). The ball must rotate in circle for 1 minute
before changing size and colour.
6 Write an application to mark the daily route of travel in map.

7 Write an application to record video and audio on topic


“Intent” and play the audio and video.
8 Write all necessary code to print all the files stored in DCIM
folder of SD card.
9 Write a code to send e-mail from Android App using the
concept of explicit intent.
Write android application to accept and validate student
10 details. Display the validated details on another activity using
implicit intent.
Write a code to insert student details (sEnrollmentNo, sName,
11 sSem, sBranch, sMobileNo, sEmailID) in SQLite database
using Android application.
12 Study the process to publish android application on Google
Play Store.

Shantilal Shah Engineering College, Bhavanagar 3161612 – MOBILE APPLICATION DEVELOPMENT 2022-23 ENROLMENT NO: 210430116531
3161612 – MOBILE APPLICATION DEVELOPMENT 2022-23 ENROLMENT NO: 210430116531

Practical – 0

1. Vision & Mission of DTE, Institute and Department


Vision Statements of DTE
 To provide globally competitive technical education
 Remove geographical imbalances and inconsistencies
 Develop student friendly resources with a special focus on girls’ education and support
to weaker sections
 Develop programs relevant to industry and create a vibrant pool of technical
professionals

Vision and Mission of Institute


Vision
To become a leading engineering institute in the state, by developing excellent engineers
capable of fulfilling needs of industry, society and nation at large.

Mission
 To provide conducive academic environment motivating the aspiring engineers to
achieve excellence.
 To impart ethics and core values in graduates.
 To promote contemporary infrastructure and external linkages

Vision and Mission of Department


Vision
The Department aims to develop highly skilled IT professionals with moral ethics to fulfil the
needs of IT industry, society and nation.

Mission
 To attain excellence in teaching-learning process by providing better infrastructure
facilities.
 To collaborate with IT industry to bridge the knowledge gap between academics and
industry needs.
 To impart value-based IT education for building cutting edge and innovative IT
applications.

Shantilal Shah Engineering Collage, Bhavnagar


3161612 – MOBILE APPLICATION DEVELOPMENT 2022-23 ENROLMENT NO: 210430116531

2. Program outcomes as prescribed by NBA


1. Engineering knowledge: Apply the knowledge of mathematics, science, engineering
fundamentals, and an engineering specialization to the solution of complex engineering
problems.
2. Problem analysis: Identify, formulate, review research literature, and analyse complex
engineering problems reaching substantiated conclusions using first principles of
mathematics, natural sciences, and engineering sciences.
3. Design/Development of solutions: Design solutions for complex engineering problems
and design system components or processes that meet the specified needs with
appropriate consideration for the public health and safety, and the cultural, societal,
and environmental considerations.
4. Conduct investigations of complex problems: Use research-based knowledge and
research methods including design of experiments, analysis and interpretation of data,
and synthesis of the information to provide valid conclusions.
5. Modern tool usage: Create, select, and apply appropriate techniques, resources, and
modern engineering and IT tools including prediction and modelling to complex
engineering activities with an understanding of the limitations.
6. The engineer and society: Apply reasoning informed by the contextual knowledge to
assess societal, health, safety, legal and cultural issues and the consequent
responsibilities relevant to the professional engineering practice.
7. Environment and sustainability: Understand the impact of the professional engineering
solutions in societal and environmental contexts, and demonstrate the knowledge of,
and need for sustainable development.
8. Ethics: Apply ethical principles and commit to professional ethics and responsibilities
and norms of the engineering practice.
9. Individual and team work: Function effectively as an individual, and as a member or
leader in diverse teams, and in multidisciplinary settings.
10. Communication: Communicate effectively on complex engineering activities with the
engineering community and with society at large, such as, being able to comprehend
and write effective reports and design documentation, make effective presentations,
and give and receive clear instructions.

Shantilal Shah Engineering Collage, Bhavnagar


3161612 – MOBILE APPLICATION DEVELOPMENT 2022-23 ENROLMENT NO: 210430116531

11. Project management and finance: Demonstrate knowledge and understanding of the
engineering and management principles and apply these to one’s own work, as a
member and leader in a team, to manage projects and in multidisciplinary
environments.
12. Life-long learning: Recognize the need for, and have the preparation and ability to
engage in independent and life-long learning in the broadest context of technological
change.

3. PSOs and PEOs of the Department


Programme Specific Outcomes (PSOs):
PSO 1: Apply the engineering knowledge in all domains, viz., healthcare, banking and
finance, other professions such as medical, law, analyse and optimize mechanical
systems/processes through applications of software.

PSO 2: Analyse the problem, sub divide into smaller tasks with well-defined interface for
interaction among components and complete within the specified time frame and financial
constraints.

Programme Educational Objectives (PEOs):


1. Graduates will be able to employed in IT industries and be engaged in designing,
hardware, networking, development, testing and applying new ideas for responsible
software professionals in their own area of interest.
2. Graduates will be able to take up PGs/Research Programmes for further studies.
3. Graduates will acquire leadership qualities with strong communication skills along with
professional and ethical values.

4. Course Outcomes of Mobile Application Development


CO 1: Understand Android architecture, activities and their life cycle.
CO 2: Use View Groups comprising layouts and Views in application.
CO 3: Manage data binding, user interface events, maps
CO 4: Work with graphics, animation, still images and video.
CO 5: Publish and distribute Android Application

Shantilal Shah Engineering Collage, Bhavnagar


3161612 – MOBILE APPLICATION DEVELOPMENT 2022-23 ENROLMENT NO: 210430116531

5. Course Outcome Matrix


Course Outcomes (COs):
CO 1: Understand Android architecture, activities and their life cycle.
CO 2: Use View Groups comprising layouts and Views in application.
CO 3: Manage data binding, user interface events, maps
CO 4: Work with graphics, animation, still images and video.
CO 5: Publish and distribute Android Application

Sr.
Practical Title CO1 CO2 CO3 CO4 CO5
No.
1 Setup an Android environment for the development of
Android applications using Android Studio. 
2 Write an Android application for calculator. 
Write an Android application to implement currency
3 converter that convert different currencies for example,
Rupees to dollar.

4 Write an android application to count library overdue. 
Write an android application to convert a ball from size of
5 radius 2(colour red) to radius 4(colour blue) to radius 6
(colour green). The ball must rotate in circle for 1 minute 
before changing size and colour.
6 Write an application to mark the daily route of travel in
map. 
7 Write an application to record video and audio on topic
“Intent” and play the audio and video. 
8 Write all necessary code to print all the files stored in
DCIM folder of SD card. 
9 Write a code to send e-mail from Android App using the
concept of explicit intent. 
Write android application to accept and validate student
10 details. Display the validated details on another activity
using implicit intent.

Write a code to insert student details (sEnrollmentNo,
11 sName, sSem, sBranch, sMobileNo, sEmailID) in SQLite
database using Android application.

12 Study the process to publish android application on
Google Play Store. 

Shantilal Shah Engineering Collage, Bhavnagar


3161612 – MOBILE APPLICATION DEVELOPMENT 2022-23 ENROLMENT NO: 210430116531

Shantilal Shah Engineering Collage, Bhavnagar

You might also like