Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ishan739/todolistapp
A sleek To-Do List app using Jetpack Compose. Features include adding, editing, deleting tasks, persistent storage via file serialization, a dynamic Material3 UI with LazyColumn, responsive design, and toast notifications for feedback. Ideal for managing tasks efficiently or learning modern Android development.
https://github.com/ishan739/todolistapp
android-development android-studio jetpack-compose
Last synced: about 2 months ago
JSON representation
A sleek To-Do List app using Jetpack Compose. Features include adding, editing, deleting tasks, persistent storage via file serialization, a dynamic Material3 UI with LazyColumn, responsive design, and toast notifications for feedback. Ideal for managing tasks efficiently or learning modern Android development.
- Host: GitHub
- URL: https://github.com/ishan739/todolistapp
- Owner: ishan739
- Created: 2024-12-24T19:05:07.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-24T19:22:08.000Z (about 2 months ago)
- Last Synced: 2024-12-24T20:20:55.222Z (about 2 months ago)
- Topics: android-development, android-studio, jetpack-compose
- Language: Kotlin
- Homepage:
- Size: 6.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**To-Do List App**
A feature-rich To-Do List application built with Jetpack Compose. This app provides a clean and interactive user interface for managing tasks efficiently.
Key Features:
- Add Tasks: Add new tasks to the list with ease.
- Edit Tasks: Update task details through an intuitive dialog interface.
- Delete Tasks: Remove individual tasks or clear the entire list with confirmation dialogs.
- Persistent Storage: Tasks are stored locally using file serialization, ensuring data is retained even after the app is closed.
- Custom UI Design: Utilizes Material3 components, custom colors, and rounded corner shapes for a modern look.
- Interactive Notifications: Toast messages provide feedback for user actions.
Technical Highlights:- Jetpack Compose: Fully implemented using Jetpack Compose for declarative UI.
- State Management: Efficiently handles state using remember and mutableStateOf.
- Local File I/O: Reads and writes tasks to a local file using ObjectInputStream and ObjectOutputStream.
- LazyColumn: Renders a dynamic list of tasks with scroll support.
![]()
![]()