ITR Report
ITR Report
INTERNSHIP REPORT
A report submitted in partial fulfillment of the requirements for the Award of
Diploma of
COMPUTER ENGINEERING
by
AVANTIKA SUDHIR VIDHATE
Enrollment No.: 2200240158
Under Supervision of
Ku.S.S.Patil
Lecturer
(Duration: 6thJune, 2023 to 22nd July, 2023)
DEPARTMENT OF COMPUTER ENGINEERING (NBA ACCREDITED)
VISION
To educate students, to be computer technology expert & technocrat, with brainstorming and
learning hardware, software, co-curricular and extracurricular concept
MISSION
To enhance and pacify knowledge thirst in order to strengthen IT and Computer skills in building blocks of
Nation.
ACKNOWLEDEGEMNET
I am deeply indebted to Dr.G.R.Gosavi, Principal for providing me with the opportunity to take-
up internship, which gave me a chance to learn many practical lessons as well as work education
which built more capability for future challenges.
I am indebted to Shri. R.H.Rathod, Lecturer (Sl.grade), convener and mentor who has given me
complete support, assistance and permission to do my internship without which the output of this
project would not be possible.
I am deeply indebted to Shri. G.P.Datir, Lecturer and mentor, under whose guidance the present
study was conducted. He has been giving valuable suggestions, generous help and corrections
during all the phases of the internship, without which the efforts could not have been completed
successfully.
I am indebted to Ku.S.S.Patil, Lecturer, under whose assistance all my field work has taken
place, I am very much thankful for her prosperous and supporting assistance while doing
internship.
I would like to extend my indebtedness and gratitude to Shri. Nikhil Shende for the invaluable
guidance and feedback provided by her at every stage of the project.
I am indebted to all the staff of MOUNTREACH SOLUTIONS Pvt, Ltd for their Cooperation
and support in getting internship completed and their personal support at every stage.
I am thankful to all officers and staff of Dr.Panjabrao Deshmukh Polytechnic who has shown
cooperation and support throughout the course of the internship programme.
I would like to thank Maharashtra State Board of Technical Education, Mumbai for giving me an
opportunity to work on this internship.
Finally I would like to thank all my friends and classmates for their encouragement and support
at every time.
Thank you all with due respect
Avantika Sudhir Vidhate.
EXECUTIVE SUMMARY /ABSTRACT
MSBTE has compulsory organized 6-week Industrial Training for Polytechnic student
after completion of their 4th Semester. The student can do their internship in desired
companies of their own or can do in the company allotted by college.
1. Company :-
I have successfully completed my first Industrial Training in MOUNTREACH
SOLUTIONS Pvt. Ltd. under the guidance of Mr. NIKHIL SHENDE .
3. Methodology :-
In this 45 days I have perform all together 14 task with one mini-project in which I
have created static Music Player. Each task was performed with help of mentor.
Each task was divided into 4 phases:-
i. Theory or background idea about particular task.
ii. Frontend code for – designing page.
iii. Backend code for – performing various operations.
iv. Query and error session with mentor.
After successful accomplishment of task I have to upload my output on Whatsapp group and
frontend & backend both code in pdf format in Teachmint app. After analysing our uploaded
task file in Teachmint they were marking us according our performance of the task.
01 Title Page
04 Acknowledgement
05 Executive summary/Abstract
1. The company
2. The problem or opportunity
3. Methodology
4. Key parts of the report & your findings and solutions provided in
the report.
5. Benefits to the industry/institution through report
06 • Learning Objectives
• Internship Objectives
08 Introduction
09 Internship Discussion
10 Conclusion
11 Bibliography
Learning Objectives/Internship Objectives
The learning outcomes or objectives which I gain about my training is :-
In recent times, Android became the world's most popular operating system for various reasons.
Android Studio is an IDE for Google Android Development launched on 16th May 2013, during
Google's I/O 2013 event. Android Studio contains all the Android tools to design, test, debug, and
profile your application. The Android Studio uses Gradle to manage the project, a Build Automation
Tool. For developing your first app, you need to download Android Studio for your preferred platform
(Windows. Mac OS X, or Linux) from the Android developers site. Android Studio can develop and
test your application on either a real device or an emulator. The Internship in Android Development at
Mountreach Solutions started from 6th June 2023 to 22nd July 2023.
Internship trainings prove to be an important step in career growth in terms of knowledge, skills and
industry experience. An aspiring developer learns things that cannot be taught in training but must be
known in a working space. Internships are the first step to a career opening.
The Industry provided 6 weeks of internship. The first four days of internship was about the
introduction of Industry and interaction with the staff and students of Mountreach solutions. In the
introductory lecture we were explained about the industrial training , its mind map , timeline , Topics
to be learned and benefits of internship.During this we were informed about the rules and regulation
of company that we need to follow.
Next we learned about the installation of Android Studio and learnt about its configuration and installed
sdk tools. We have performed total 15 task.
I had made a Bakery app in which the user can select and order the cakes for various occasions such as :-
Birthday
Wedding or wedding anniversary
Engagement
Baby Shower
Cupcakes
During internship period there was daily question and answer session and every student was
given chance to speak irrespective of weather is answer is right or wrong to build the confidence
within us. Internship is very effective for one to bring best out of them by building confidence,
communication skills, soft skills, makes person presentable and helps to socialize in society and
industry.
In this 45 days I have learned following tasks with my output as displayed below :-
Splash Screen is the very first screen of any application. In this tasks I have done Frontend
designing in XML.
OutPut:-
TASK 2:- SPLASH SCREEN TO LOGIN PAGE
In Task 2 I created new Activity name as LoginPage.java with its frontend file name
as activity_login_page.xml. For Creating an Activity in studio simply click on java
directory => then package name => Right Click on Package name => Click or Select
New => Select Activity => Empty Activity => Enter New Activity Name => Finish.
I learned how to hide action bar and perform fade-in and fade-out animation on tile
and subtiles of Splash Screen. Next I use Intent class to jump from one activity to
another activity.
milliseconds.
selectTrack(int index) - This method takes an integer, and select the track
from the list on that particular index.
knowledge, skills and met many new people. I achieved several of my learning
goals very effectively. I got insight into professional practice. I learned the
level. The application has been developed and used practically for 6 weeks. In
other words, the findings are based on a practical experience rather than a
theoretical basis. The shows that mobile applications will support education
and increase motivation. This study supports that mobile applications improve
academic achievement. I can conclude that there have been a lot I’ve learnt
https://developer.android.com/
https://en.wikipedia.org/wiki/Android_Studio
https://android-developers.googleblog.com/2020/05/android-studio-4.html
https://android-doc.github.io/sdk/index.html
https://www.tutorialspoint.com/android/android_studio.htm
https://www.geeksforgeeks.org/how-to-build-a-simple-notes-app-in-android/