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.
- Host: GitHub
- URL: https://github.com/vedatakcan/navigationexample
- Owner: vedatakcan
- Created: 2025-02-27T21:55:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-08T23:20:56.000Z (about 1 year ago)
- Last Synced: 2025-06-21T05:03:09.935Z (11 months ago)
- Topics: android, bottom-navigation, drawer-navigation, kotlin, nav, safe-args
- Language: Kotlin
- Homepage:
- Size: 360 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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

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