Giter Club home page Giter Club logo

todo-app's Introduction

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.

todo-app's People

Contributors

raheemadamboev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

todo-app's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.