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

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

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)