https://github.com/kauramanp/notescompose
This contains the basic CURD operations performed in Jetpack Compose
https://github.com/kauramanp/notescompose
jetpack jetpack-android jetpack-compose jetpack-compose-tutorial jetpackcompose
Last synced: 3 months ago
JSON representation
This contains the basic CURD operations performed in Jetpack Compose
- Host: GitHub
- URL: https://github.com/kauramanp/notescompose
- Owner: kauramanp
- Created: 2023-09-08T17:45:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-18T17:13:11.000Z (3 months ago)
- Last Synced: 2025-03-18T18:27:04.593Z (3 months ago)
- Topics: jetpack, jetpack-android, jetpack-compose, jetpack-compose-tutorial, jetpackcompose
- Language: Kotlin
- Homepage:
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📝 Jetpack Compose Notes App
A simple Jetpack Compose application demonstrating the use of Scaffold, Dialogs, Lists, and State Management for adding, editing, and deleting notes dynamically. 🚀# 🔹 Features
✅ Jetpack Compose UI with Scaffold and TopAppBar
✅ Floating Action Button (FAB) to add new items
✅ Editable List using MutableStateList
✅ Custom Dialog for adding & editing notes
✅ State Management with remember and mutableStateOf# 🛠️ Tech Stack
Kotlin
Jetpack Compose
Material3 Components
State Management (remember, mutableStateOf, mutableStateListOf)