Skip to content

josdem/fruitypedia

Repository files navigation

Fruitypedia

All Contributors GitHub Quality Gate Status

This project contains juice and smoothie recipes to provide alternatives to heal our body and/or boost energy using Android and Kotlin.

Requirements

  • Android Studio
  • Android 5 (Lollipop) or above emulator or real device

Note: It was developed with a Pixel 4 Android 14

To run unit tests

./gradlew test

To run integration tests

./gradlew connectedAndroidTest

To build the project

./gradlew assembleDebug

To format the code

./gradlew spotlessApply

To run emulator

${androidSdk}/emulator emulator -adv ${deviceName} 

Where:

  • ${androidSdk} is your Android SDK directory
  • ${deviceName} is device you created

To install the app

${androidSdk}/platform-tools/adb -s emulator-5554 install ${projectHome}/app/build/outputs/apk/debug/app-debug.apk

Where:

  • ${androidSdk} is your Android SDK directory
  • ${projectHome} is your project directory

Note: Fruitypedia uses fruitypedia-spring-boot project as a backend service.

Contributors ✨

Thanks goes to these wonderful people (emoji key):

dansmors
dansmors

🎨
MJ Jacobs
MJ Jacobs

👀 💻

This project follows the all-contributors specification. Contributions of any kind welcome!