Skip to content

Instantly share code, notes, and snippets.

@SubhrajyotiSen
Last active June 30, 2019 07:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SubhrajyotiSen/1f14fa4c11de08c125d5f64c23862c1d to your computer and use it in GitHub Desktop.
Save SubhrajyotiSen/1f14fa4c11de08c125d5f64c23862c1d to your computer and use it in GitHub Desktop.

Exploring GraphQL on Android

Description

Traditionally most of us have been using REST for our APIs. Even though it has worked well till now, there are multiple pain points around it like too many endpoints, payload bloat, documentation effort etc. Then came GraphQL to save us developers. GraphQL is a query language for APIs.

In this talk, we explore the general pain points regarding REST and understand how GraphQL addresses them. We also go through the process of consuming GraphQL APIs on Android and common things to keep in mind. With Apollo for Android reaching v1.0 recently, now is the perfect time to explore GraphQL on Android.

Elevator pitch

As a mobile developer working with REST APIs, you must have at one point wished that you didn't have to hit different endpoints just for slightly different data. GraphQL was built to address this and many other pain points. Come learn about this new query language and how you can try it on Android.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment