- Pick a task from our kanban board on trello
- Make sure the tests pass on Bitrise.
- Open a Pull Request, or ask to be added to the repository and commit directly to master
Requirements:
- Java 17
- Android Studio
- Android SDK
Steps:
- Install Android Studio: https://developer.android.com/studio/ or
brew cask install android-studio
- Clone the repository to your computer
- Open Android Studio, select “Import”, and select the location where you’ve cloned the app
- [OPTIONAL] Copy
properties/secrets.sample.properties
toproperties/secrets.properties
and replace the placeholders - Make sure the build succeeds - follow the instructions in the “build window”, e.g. to install the Android SDK and accept licenses
- Run the app on an emulator: Follow the app tutorial (https://developer.android.com/training/basics/firstapp/running-app) ‘s section Run on an emulator
kotlin:
https://kotlinlang.org/docs/reference/android-overview.html
android:
https://developer.android.com/training/basics/firstapp/creating-project
https://antonioleiva.com/free-guide/
https://www.raywenderlich.com/library?domain_ids%5B%5D=2
Good Android tutorials:
https://www.raywenderlich.com/library?domain_ids%5B%5D=2
Android course:
https://developer.android.com/courses
Find more documentation in the doc folder, for example: