Join Slack
Powered by
Anyone know best way to go about making a network ...
# android
c
codebijan
11/16/2019, 5:25 PM
Anyone know best way to go about making a network layer in Kotlin? I have a backend REST api with several endpoints and a base URL and would like to know best practices for creating a network layer in Kotlin, much appreciated.
a
Adam Powell
11/16/2019, 5:27 PM
https://square.github.io/retrofit/
Adam Powell
11/16/2019, 5:28 PM
coroutines are natively supported:
https://github.com/square/retrofit/blob/master/CHANGELOG.md#version-260-2019-06-05
c
codebijan
11/16/2019, 5:36 PM
Much appreciated 🙏🙏🙏
👍 1
Open in Slack
Previous
Next