Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 364 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 364 Bytes

DadJokeApp

Build an Dad Joke App in 1 hour

#Topics

  • Layouts
  • RetroFit HTTP Client
  • Android Studio basics
  • Deployment and debugging

Resources

https://icanhazdadjoke.com/api

https://square.github.io/retrofit/

Dependencies

implementation 'com.squareup.retrofit2:retrofit:2.5.0'

implementation 'com.squareup.retrofit2:converter-moshi:2.5.0'