Join Slack
Powered by
What do you guys prefer for making rest calls on A...
# android
s
sreich
12/23/2019, 4:45 PM
What do you guys prefer for making rest calls on Android, say a crud application that has to hit a RUST API a lot
a
Adam Powell
12/23/2019, 4:49 PM
https://square.github.io/retrofit/
the latest versions have native support for kotlin coroutines
Adam Powell
12/23/2019, 4:49 PM
https://github.com/square/retrofit/blob/master/CHANGELOG.md#version-260-2019-06-05
s
sreich
12/23/2019, 5:02 PM
Excellent, thanks. That looks nice. some of the ones I was looking at didn't have annotations, or they weren't kotlin friendly, or both. But that seems nice, and Square too
👍 1
2
Views
Open in Slack
Previous
Next