This challenge was done following the instructions of this project.
- Native Android
- Kotlin
- MVP Architecture
- Retrofit
- RxJava
- Run this project locally
- Edit the
API_BASE_URL
constant by entering the URL of the API in the following file:app/src/main/java/br/com/leonardoteixeira/cinqchallenge/Config.kt
- Add the IP that gives access to your machine on your local network in the following file:
app/src/main/res/xml/network_security_config.xml
Connect an Android device via USB to your machine and run the following command inside the project folder:
gradlew installDebug
If you prefer, import the project into Android Studio and run it within the program.
Leonardo Teixeira (@LeonardoTeixeira)