Skip to content

Latest commit

 

History

History
57 lines (44 loc) · 2.4 KB

README.md

File metadata and controls

57 lines (44 loc) · 2.4 KB

Tasker

[ 🚧 Work in progress 👷‍♀️⛏👷🔧️👷🔧 🚧 ]

alt text

License

A Todo app written in

KOTLIN LOGO

This repository implements MVVM architecture using Kotlin, Dagger2, Kotlin-Coroutines, Room and Retrofit2.

The app has following packages:

  1. data: It contains all the data accessing and manipulating components.
  2. di: Dependency providing classes using Dagger2.
  3. ui: View classes along with their corresponding ViewModels.
  4. utils: Utility classes.

Classes have been designed in such a way that it could be inherited and maximize the code reuse.

Libraries used:

  1. kotlinx.coroutines : https://github.com/Kotlin/kotlinx.coroutines
  2. Dagger2: https://github.com/google/dagger
  3. Retrofit2: https://github.com/square/retrofit
  4. Timber: https://github.com/JakeWharton/timber
  5. Okhttp3: https://github.com/square/okhttp
  6. Gson: https://github.com/google/gson
  7. Room: https://developer.android.com/training/data-storage/room/index.html

License

   Copyright (C) 2022 VIPIN KUMAR

   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.