A app to dog owners to manage your puppies
Language: Kotlin (versions: 1.7.10)
Libraries: Jetpack Compose, Material Design 3, Coil, CameraX
IDE: Android Studio (versions: Giraffe - Hedgehog)
The project includes three main packages, each one divided in sub-packages:
domain
: Contains the business logic.presentation
: Contain the UI related code.utils
: Contain support codes like extension functions, etc..
Open Android Studio to clone this repo and run this code on terminal
git clone https://github.com/rfgvieira/Auau.git
Connect an Android device to your development machine.
- Select
Run -> Run 'app'
(orDebug 'app'
) from the menu bar - Select the device you wish to run the app on and click 'OK'
- Rodrigo Vieira (@rfgvieira)