Hi Guys I'll start a project android with graphql ...
# apollo-kotlin
y
Hi Guys I'll start a project android with graphql api, Never worked with graphql on android Before, any tips, any good resource for study?
b
I would recommend following the tutorial 🙂
y
Do you know any open graphql api, this api is offline
b
The one from the tutorial looks to be working!
m
If you like looking at the code directly, https://github.com/joreilly/MortyComposeKMM is pretty good
As for public APIs, the GitHub one is always one of my favorites
1
1
Only drawback is it doesn't have subscriptions. Subscriptions are very often private. I guess because they are expensive to maintain
y
Thank you for the tips @mbonnin and @bod
👍 2