anhvt52 / weathersearch

MVVM - MVI architecture demo for Android project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather Search

📜 Description

An Android demo app for using MVVM-State(MVI) and Clean Architecture My presentation slide here: https://docs.google.com/presentation/d/1nex76ksuos7gglFtqPzoijb_AHp6jwqbBF2NPlqln6Q/edit#slide=id.g251e213838_1_2

Libraries and Frameworks used

  • Kotlin Programming Language
  • Kotlin Coroutines and Flow
  • Hilt for Dependency Injection
  • Mockito for Unit testing
  • Room DB for local data source (TODO)
  • Retrofit for requesting data from network (TODO)
  • Jetpack

Architecture Overview

License

Copyright 2020 The Android Open Source Project

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

    https://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.

About

MVVM - MVI architecture demo for Android project


Languages

Language:Kotlin 100.0%