Skip to content

neoBortx/the_wise_android

Repository files navigation

The wise

About the functionality

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

About the implementation

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.

About

This App helps you to take decisions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages