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
- 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
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.