0% found this document useful (0 votes)
34 views9 pages

Industrial Training Weekly Report

The student interned at CAD DESK/IT DESK from June 12th to July 22nd. During week 4, the student focused on learning services and broadcast receivers in Android Studio. They explored the different types of services and created an app to play background music using foreground services. The student also learned how to use broadcast receivers to trigger events like displaying a toast message when the airplane mode changes on a device. By the end of the week, the student had gained experience utilizing services and broadcast receivers to develop responsive Android applications.

Uploaded by

ragimi3592
Copyright
© © All Rights Reserved
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% found this document useful (0 votes)
34 views9 pages

Industrial Training Weekly Report

The student interned at CAD DESK/IT DESK from June 12th to July 22nd. During week 4, the student focused on learning services and broadcast receivers in Android Studio. They explored the different types of services and created an app to play background music using foreground services. The student also learned how to use broadcast receivers to trigger events like displaying a toast message when the airplane mode changes on a device. By the end of the week, the student had gained experience utilizing services and broadcast receivers to develop responsive Android applications.

Uploaded by

ragimi3592
Copyright
© © All Rights Reserved
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/ 9

Maharashtra State Board of Technical Education

Weekly Dairy for Industrial training


At

CAD DESK / IT DESK


FROM 12 June TO 22 July

Name of supervisor: - Jeetendra Singh


Designation of supervisor: - India Head
Name of the student: - Om Rajaram More
Branch of Engineering: - Computer Engineering
Name of Polytechnic: - Government Polytechnic, Vikramgad
Enrolment number: - 21154770044
Week 1: From 12 June to 17 June
Expected Work: - General study on industry with responsibilities of the different
post, on its location, its history and its product range, its size, number of
employees, its turnover etc.

Day Activities Carried out

1 Gather all the information about the company.


Name: CAD DESK/IT DESK
Location: Thane, Mumbai
Since: 20 years
Product Range: Web Development, App Development, Big
Software for companies etc
Number of employees: 125
Number of branches: 77 all over India
2 Studied on the different departments in the company like HR
department, Developer, Tester, UX department, Emerging
technologies department etc

3 Discover how an actual software is developed in a software


company with the help of presentation presented by
instructor.

4 Actual work experience started here firstly a desk and a


starter voucher was provided to me and me colleague help
me a lot to understand. I was working as a helper for
developer developing a software in android studio and java
programming.
5 Read android studio documentation and clear all my doubt
with the help of instructor and create a sample program in
android studio to print toast message as the instructor has
given the task to me.
6 The overall summary of the week was given to the instructor
as it was the part of contract. The summary was reviewed by
the instructor and instructor suggest me to go on like this
and remark me on my work.
Summary of the week: - The week began with an introduction to the company, which
provided an opportunity to familiarize myself with the organization's environment.
During this time, I had the chance to work on my first application using Android
Studio, utilizing both Java programming and XML language. Fortunately, I received
guidance from the lead developer who assisted me in understanding the
fundamentals of Android Studio's user interface. Thanks to their support, I was able
to navigate through the tool more easily and efficiently. Overall, this week has been
an exciting and productive experience. I have gained valuable hands-on experience
with Android Studio and have become more proficient in Java and XML. I am looking
forward to applying my newfound knowledge and skills in future projects.

Signature of Student Signature of Instructor


Week 2: From 19 June to 24 June
Expected work: - Learn new UI components and learn XML to design the application
interface with java to give specific task to it.

Day Activities Carried out

1 Button: - we learn new components that is button with the


help of button we created a project to close the app with the
finish function.

2 Spinner: - we learn new component that is drop down menu


in which we add the component using collection such as
vector, arraylist, array of string etc.

3 Revised the UI component use before because the lead


developer was on leave but other help me in my revision.

4 Toggle: - we learn togglable button which is use as on off


switch and we use it as well in the project to turn off the
toast message it was really great work.

5 Rating bar: - This is a UI component which takes the rating


and return the rating on getrating function and I used it with
toggle button to turn the rating function on and off.

6 LottiFiles animator: - This is dependency which I installed


from outside which allows JSON files animation which looks
much cooler than normal UI which Increase my UI skills.

Summary of the week: - This week, I focused on expanding my Android development


skills by learning about essential UI components like buttons, toggle buttons, and
rating bars. Additionally, I delved into integrating LottieFiles, a library that enhances
app interfaces with captivating animations. This knowledge equips me to create user-
friendly and visually appealing applications. The understanding of these UI elements
will allow me to provide engaging user experiences and improve the overall
interactivity of my projects. I am excited to apply this newfound expertise in future
development endeavours, leveraging these components to create dynamic and
impactful mobile applications.

Signature of Student Signature of Instructor


Week 3: From 26 June to 1 July
Expected work: - Acquire a comprehensive understanding of various types of intents,
allowing you to discern their nuances and leverage this knowledge effectively within your
project.

Day Activities Carried out

1 Holiday due to Jayanti of Rajshri Shahu Maharaj

2 Introduced new topic that is intent which was explain by the


instructor to me. And I practice intent with Realtime project
using button to change activity. He explains intent with the
help of application which the team was working on and
teaches that intent is of 2 types explicit and implicit intent
etc.
3 I practiced intent and create a login app in which we can sign
up and sign in into the app using intent and intent function
getstringextra and putextra.

4 Holiday due to aashadi Ekadashi and Bakri Eid.

5 Again, I explore intent and learn implicit intent to call and


open camera and record audio using microphone this type of
intent can also redirect us to any website which I use to open
youtube.com.
6 I revised intent and create weekly report and submit it to
instructor to review it after that he suggest me to learn
services and broadcast receiver for next week.

Summary of the week: - In the span of this week, my focus revolved around
mastering the intricacies of intents. Immersed in the realm of Android development, I
delved into the realms of both implicit and explicit intents. Meticulously exploring
their subtle nuances, I acquired profound insights into their effective implementation.
Fuelling my passion, I channelled my knowledge into creating a captivating
application that authentically embodies the essence of these intents, making it a truly
remarkable project.

Signature of Student Signature of Instructor


Week 4: From 3 July to 8 July
Expected work: - In Android Studio, my goal is to learn services and broadcast receivers. I'll
explore their functionalities, gaining a deep understanding to develop responsive
applications that effectively utilize these powerful components.

Day Activities Carried out

1 Explore what is services and type of services and find out


that there is 2 type of services that is bound, background
and foreground services. We can change the type using stick,
non-sticky in return instruction.
2 Created an application to play music in background using
stick return instruction and also used
Settings.System.DEFAULT_RIGNTONE_URI to get default
ringtone of the phone and we can also retrieve alert tone
and message tone with this instruction.
3 On this day reviewed by application by the developer as the
music was not playing in background and fixed the problem
and revised the topic again and again.

4 Started exploring broadcast receivers which are used with


intent which indicates many things such as airplane mode
change, battery low, reboot etc.

5 Created an application to display toast message after


airplane mode change and the application worked fine, we
can use this broadcast receiver as trigger any event or
activity in android development.
6 Revised and submit the weekly report to the instructor and
instructor approve it and tell me to work on ITR mini project
and suggest me topic to make Task manager that is to do list
app using android studio and java .

Summary of the week: - During this week, we delved into the realm of Android
Studio, immersing ourselves in the concepts of services and broadcast receivers. Our
focus revolved around gaining a comprehensive understanding of these fundamental
components within the Android development ecosystem. Through hands-on
exploration and learning, we acquired valuable insights into the functionalities and
applications of services and broadcast receivers, expanding our capabilities to create
robust and efficient Android applications.

Signature of Student Signature of Instructor

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy