Raheemadamboev Todo App Save

🎯 "ToDo" app demonstrates modern Android app development with Jetpack Compose, Hilt, Material3, Coroutines, Flows, Room based on MVVM architecture

Project README

ToDo

License API

🎯 "ToDo" app demonstrates modern Android app development with Jetpack Compose, Hilt, Material3, Coroutines, Flows, Room based on MVVM architecture.

Download

You can download the release app on Google Play Store:

Get it on Google Play

Tech stack

  • Kotlin: first class programming language for native Android development.
  • Kotlin Coroutines: structured concurrency.
  • Kotlin Flows: reactive communication.
  • Material3: modern UI/UX guidelines and components.
  • Jetpack Compose: modern, declarative way of building UI in Kotlin.
  • Jetpack Lifecycle: observe Android lifecycles and handle UI states upon the lifecycle changes.
  • Jetpack ViewModel: manages UI-related data holder and lifecycle aware. Allows data to survive configuration changes such as screen rotations.
  • Jetpack SavedStateHandle: in case of process death, key-value map that allows to write and retrieve bundle data to and from the saved state.
  • Jetpack DataStore Preferences: uses Kotlin Coroutines and Flows to store data asynchronously, consistently, and transactionally.
  • Room: SQLite abstraction and database solution.
  • Dagger Hilt: first class dependency injection for native Android development.
  • Firebase: tracks analytics and crashes using the Firebase services.
  • Compose Destinations: a type-safe navigation for composables.
  • Timber: a logger with a small, extensible API.

Architecture

"ToDo" is based on the MVVM architecture pattern, Repository pattern, Mapper pattern.

MAD Score

About

A beautifully simple ToDo application that emphasises simplicity and ease of use. Whether you want a shopping list, grocery list or you just have lots of things to remember ToDo is built for you. ToDo is fully offline as it does not require internet connection. Also, ToDo is very fast and very light! The size of APK is lighter than 2 MB. It also supports Dark Mode and multiple languages (English, Russian, Uzbek).

Personally, I use ToDo app to save the urls of articles that I plan to read later. So, I can mark them as completed and everything is tracked also saved in the database. So, ToDo can be used in different situations. I hope it can solve your problem and make your life easier!

Features

  • Add, edit and delete tasks.
  • Undo deleted tasks.
  • Mark tasks as completed. Completed tasks have "Checked/Done" indicator and it is possible to hide them from list.
  • Mark tasks as "Important". Important tasks are listed first and they will have red "Warning" indicator.
  • Hide completed tasks from the list.
  • Sort tasks by name and by created date.
  • Your preferences are saved.
  • Search for your tasks easily.
  • Delete all tasks at once, delete all completed tasks at once, or delete a task by swiping it away.
  • Beautiful animations and indicators.
  • Dark/Light theme support.
  • Dynamic theme support.
  • Multiple language support.
  • Multiple screen sizes support.
  • Light that is less than 2 MB.
  • Works without the internet.
  • Simplicity that has only five screens.
  • Adaptive screens that change according to screen orientation.
  • Completely robust to process death.
  • Completely robust to configuration change.

License

Designed and developed by raheemadamboev (Raheem) 2022.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Open Source Agenda is not affiliated with "Raheemadamboev Todo App" Project. README Source: raheemadamboev/todo-app

Open Source Agenda Badge

Open Source Agenda Rating