This is an Android App to share Plants. Created as a Community Project, Open Source and non-profit.Give a Like on Facebook
Help to grow a green environment and make a healthier place to live. And also practice/teach Android and Kotlin Development.
As a community project we are open to new developers, designers, testers and other who want to learn and help.
If you want to make this happen, feel free to submit a Pull Request and Join our WhatsApp Group
Special thanks to all Contributors
Available on Google Play Store
This Project still under development, fell free to help and improve it.
We used Kotlin for the project, check how to Start
To configure follow steps below:
-
Download the code from this Repository via Android Studio or command line running:
git clone https://github.com/gabeira/Plantare
-
Finally, to Build the Project, you can use Android Studio or from command line just run:
./gradlew build
-
(Optional) To install debug app from command line use:
./adb install /app/build/outputs/apk/debug/app-debug.apk
There is some small tests done, but essential for the functionalities, you can run on Android Studio or from the command line, to run the Unit Tests just use:
./gradlew test
Also there is some Connected Android Tests, but this requires to have a device or emulator connected:
./gradlew connectedAndroidTest