0% found this document useful (0 votes)
2 views

ReportWeek 4

The Industrial Training Report outlines the activities conducted during the training session at Mountreach Solution PVT. LTD. from June 24 to June 29, 2024, under the supervision of Mr. Nikhil R. Shende. Key tasks included implementing a Bottom Navigation Drawer and integrating Google Maps into Android applications, along with dedicated practice and error sessions throughout the week.

Uploaded by

snehatumaskar
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 (0 votes)
2 views

ReportWeek 4

The Industrial Training Report outlines the activities conducted during the training session at Mountreach Solution PVT. LTD. from June 24 to June 29, 2024, under the supervision of Mr. Nikhil R. Shende. Key tasks included implementing a Bottom Navigation Drawer and integrating Google Maps into Android applications, along with dedicated practice and error sessions throughout the week.

Uploaded by

snehatumaskar
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
You are on page 1/ 5

INDUSTRIAL TRAINING REPORT

Session 2023-2024

Mountreach Solution PVT. LTD.


WP7X+C88, Krishnarpan Colony, Sharda Vihar,
Amravati, Maharashtra 444601
Under Supervision of

Mr. Nikhil R. Shende , Technical Head

Submitted in partial fulfillment of the requirements for the award of

Diploma In Computer
Engineering
Department of Computer Engineering

GOVERNMENT POLYTECHNIC, ARVI


Approved by AICTE, Recognized by DTE & Affiliated to MSBTE, Mumbai

Submitted To:- Submitted By:


Lect. H. P. Gathode Sneha Sharad Tumaskar
Week 4: From 24-06-2024 To 29-06-2024

Date:24-06-2024 (Monday)

• Error session.
• Time for Practice

Date:25-06-2024 (Tuesday)

• Task:8 Bottom Navigation Drawer

Here's a step-by-step guide on how to implement a Bottom Navigation Drawer using


BottomNavigationView:

1. Add Dependencies: Ensure that the Material Components library is


included in your build.gradlefile. This library provides the
BottomNavigationViewcomponent.

2. Create Menu XML: Define the menu items in an XML file located in the res/menu
directory. This file will specify the items such as Home, Jobs, Recommendation,
Search, and Favorite.

3. Add BottomNavigationView to Layout: Integrate the BottomNavigationViewinto


your main layout file (e.g., activity_main.xml). This component will reference the
menu XML file you created.

4. Handle Navigation Selection: In your main activity, set up a listener for item
selection on the BottomNavigationView. This listener will handle navigation logic,
updating the content displayed in the main activity based on the selected item.
5. Fragment Management: Use fragments to represent each of the menu items
(Home, Jobs, Recommendation, Search, Favorite). When an item is selected, replace
the current fragment with the appropriate one.
6. Styling: Customize the appearance of the BottomNavigationView
using styles and themes as needed to match your application's design.

.
Output:

Date:26-06-2024 (Wednesday)

• Error session.
• Time for Practice.

Date:27-06-2024 (Thursday)

• Time for Practice.


Date:28-06-2024 (Friday)

• Task: 9 Google Map

Google Maps in Android allows developers to integrate Google Maps into their applications.
This provides users with rich mapping features, including interactive maps, markers, routes,
and various overlays. Key components include the Google Maps SDK for Android, which
provides the necessary tools to work with maps, and an API key, which is required to
authenticate and authorize your app's requests to Google Maps services.

Output:
Date:29-06-2024 (Saturday)

• Error session.
• Time for Practice

***

You might also like