ReportWeek 4
ReportWeek 4
Session 2023-2024
Diploma In Computer
Engineering
Department of Computer Engineering
Date:24-06-2024 (Monday)
• Error session.
• Time for Practice
Date:25-06-2024 (Tuesday)
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.
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)
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
***