This is an Android Application made to help you to take decisions. The behaviour is simple, ask the wise for a question with some different options and conditions. Each condition has an importance and has to be assigned to an option. The option that complies with more important conditions' will be chosen by the wise.
The following videos show how the wise can help you:
My.Movie.mp4
My.Movie.2.mp4
My.Movie.3.mp4
This is a simpele APP made using Jetpack compose with the main purpose of learn several ways of implement the interface using this new framework.
The main keys of this project are:
- Jetpack compose for the view.
- Room database.
- Coroutines with flows and states for the data binding and data transportation through the layers.
- DDD architecture distributed in serveral modules with their own resposabilities.
- MVVM pattern.
- Integration test for the Room data base.
- UI testing.