Build an Dad Joke App in 1 hour
#Topics
- Layouts
- RetroFit HTTP Client
- Android Studio basics
- Deployment and debugging
https://icanhazdadjoke.com/api
https://square.github.io/retrofit/
implementation 'com.squareup.retrofit2:retrofit:2.5.0'
implementation 'com.squareup.retrofit2:converter-moshi:2.5.0'