Android Templates: RxJava
- Our optimized Android templates used in our android projects
Setup
- Clone the project
- Checkout our main development branch
kotlin
- Run the project with Android Studio
Linter and static code analysis
- Check Style:
$ ./gradlew checkStyle
Report is located at: ./app/build/reports/checkstyle/
- Detekt
$ ./gradlew detekt
Report is located at: ./build/reports/detekt.html