Fruitypedia
This project contains juice and smoothie recipes to provide alternatives to heal our body and/or boost energy using Android and Kotlin.
- Android Studio
- Android 5 (Lollipop) or above emulator or real device
Note: It was developed with a Pixel 4 Android 14
./gradlew test
./gradlew connectedAndroidTest
./gradlew assembleDebug
./gradlew spotlessApply
${androidSdk}/emulator emulator -adv ${deviceName}
Where:
${androidSdk}
is your Android SDK directory${deviceName}
is device you created
${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.
Thanks goes to these wonderful people (emoji key):
dansmors 🎨 |
MJ Jacobs 👀 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!