/DailyPlanet

A small sample for MVI based app using Jetpack Compose and Flow.

Primary LanguageKotlin

Jetpack Compose + MVI

The goal of this project is to have a demo application using popular MVI Arch pattern in android, while using Jetpack Compose for UI. This project shows how less-complicated the whole codebase and testing becomes just by using Jetpack Compose. We will keep this project updated with latest releases of Jetpack Compose.

  • Current Jetpack Compose Version - alpha04

Status: 🚧 In progress 🚧

Technologies / Frameworks Used

  • Spek + JUnit5 for Unit Tests / Specification Testing
  • Jetpack Compose for UI
  • Dagger HILT for DI
  • Flow for Streams
  • Room for DB
  • Mockito for mocking
  • LiveData for emiting states from ViewModel
  • LazyColumnItems from Compose for showing List
  • Coil for image loading with Composable Image
  • Composable ConstraintLayout
  • Composable TopAppBar

License

Copyright 2020 Rooparsh Kalia

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.