/PoultryApp

A simple poultry app that stores daily records of inventories and accounts in a poultry farm.

Primary LanguageKotlin

PoultryApp

Android Build Android Jetpack Compose kotlin MVVM coroutines Dagger Hilt

This is a simple poultry app that stores daily records of inventories and accounts in a poultry farm. It provides a home screen where user can see the latest inventory and account record. All data are stored locally using Room persistence library .

Features

  • Room persistence library
  • Clean Architecture with MVVM (Uni-directional data flow with state hoisting)
  • Dagger Hilt
  • Day/Night mode
  • LazyColumn (List in Jetpack Compose )

Prerequisite

To build this project, you require:

  • Android Studio 4.0 or above
  • Gradle 7.0.2

Libraries

Screenshots


Author

Ikechi Ucheagwu