Skip to content

jraska/android-http-codelab

Repository files navigation

Android HTTP Codelab

  • Codelab to demonstrate networking on Android and JVM using OkHttp and Retrofit.

What will you learn?

How to use the Codelab

  • All code is in the default branch.
  • You can find the unit tests within the codelab directory in the format Test{Number}{Topic}
  • Each test has comments with instructions and references to guide to the solution.
  • There is a solution package having identical Test{Number}{Topic} name with working code.
  • Other key classes to look at are: HttpModule, HttpBinClient, GitHubUsersClient
  • Most of the methods use the Retrofit Call and we move to Coroutines suspend functions through the codelab.

References

About

Codelab to demonstrate networking on Android and JVM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages