What do you guys prefer for making rest calls on A...
# android
s
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
https://square.github.io/retrofit/ the latest versions have native support for kotlin coroutines
s
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