Skip to content

A simple todo app based on MVVM architecture, built to demonstrate the use of Modern Android development tools - (Kotlin, Coroutines, Flow, Dagger Hilt, Architecture Components, MVVM, Room, DataStore, ViewBinding, Material Components)

License

Notifications You must be signed in to change notification settings

boy12hoody/SimpleMVVMTodoApp

Repository files navigation

Simple MVVM ToDo App

A simple todo app based on MVVM architecture.
Re-upload of the old project for demonstration purpose. It was a part of my process of learning Modern Android Development. This project has reached its end of life.

API GitHub Workflow Status License Telegram

Screenshots

Download

Go to the Releases to download the latest APK.

Build And Run

First, clone the repository with:

git clone https://github.com/boy12hoody/SimpleMVVMTodoApp.git

From Android Studio, select Import Project, then select the root folder of the cloned repository. Click Make Project to build the app and download all the required dependencies. Click Run app to install the app on your device or emulator.

🛠 Tech stack & Open-source libraries

  • Kotlin - First class and official programming language for Android development.
  • Coroutines - For asynchronous and more..
  • Flow - A cold asynchronous data stream that sequentially emits values and completes normally or with an exception.
  • Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.
    • Jetpack -
      • DataStore - New data storage solution which is the replacement of SharedPreferences.
      • Navigation - Navigation component designed for apps that have one main activity with multiple fragment destinations.
      • LiveData - Data objects that notify views when the underlying database changes.
      • ViewModel - Stores UI-related data that isn't destroyed on UI changes.
      • ViewBinding - Generates a binding class for each XML layout file present in that module and allows you to more easily write code that interacts with views.
      • Room - SQLite object mapping library.
  • Dependency Injection -
    • Hilt-Dagger - Standard library to incorporate Dagger dependency injection into an Android application.
    • Hilt-ViewModel - DI for injecting ViewModel.
  • Material Components for Android - Modular and customizable Material Design UI components for Android.

Architecture

This app uses MVVM (Model View View-Model) architecture.

MAD Score

jetpack kotlin

Contact

If you have questions or need any help, contact me on Telegram

License

MIT License

    Copyright (c) 2021 Ismatov Xurshid

    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:

    The above copyright notice and this permission notice shall be included in all
    copies or substantial portions of the Software.

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    SOFTWARE.

About

A simple todo app based on MVVM architecture, built to demonstrate the use of Modern Android development tools - (Kotlin, Coroutines, Flow, Dagger Hilt, Architecture Components, MVVM, Room, DataStore, ViewBinding, Material Components)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages