• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. Gioele

    don't know how to access data using retrofit

    I'm writing an application that have to get data from this site: https://api.spacex.land/graphql/. I'm using retrofit for the first time and I don't have idea how I have to set the API service to get, for example, the launchLatest from this site. This is my model: data class LaunchModel(...