An open API service indexing awesome lists of open source software.

https://github.com/vedatakcan/navigationexample

A Jetpack Navigation example with Bottom Navigation, Drawer Menu, and Safe Args for fragment communication.
https://github.com/vedatakcan/navigationexample

android bottom-navigation drawer-navigation kotlin nav safe-args

Last synced: 8 months ago
JSON representation

A Jetpack Navigation example with Bottom Navigation, Drawer Menu, and Safe Args for fragment communication.

Awesome Lists containing this project

README

          

# Jetpack Navigation Example

This is a sample Android project demonstrating the use of **Jetpack Navigation** with **BottomNavigationView** and **DrawerLayout**. Additionally, it includes **Safe Args** to pass data between fragments.

## 📌 Features
✔️ Jetpack Navigation Component
✔️ Bottom Navigation with multiple fragments
✔️ Drawer Navigation for additional navigation options
✔️ Safe Args for type-safe argument passing between fragments

## 🛠️ Tech Stack
- **Kotlin**
- **Jetpack Navigation Component**
- **BottomNavigationView & DrawerLayout**
- **Safe Args for navigation**

## 🚀 Screenshots

![Bottom Navigation](https://github.com/vedatakcan/NavigationExample/blob/main/screenshot.png)

## 🔧 Setup & Installation
1. Clone the repository
```bash
git clone https://github.com/vedatakcan/NavigationExample.git