From the course: Android Development: Retrofit with Java

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Define data models

Define data models - Android Tutorial

From the course: Android Development: Retrofit with Java

Start my 1-month free trial

Define data models

- [Instructor] Now that I have the packages I need - [Instructor] Now that I have the packages I need - [Instructor] Now that I have the packages I need to use Retrofit implemented into my Android project, to use Retrofit implemented into my Android project, to use Retrofit implemented into my Android project, I can start connecting my app to the GitHub API. I can start connecting my app to the GitHub API. I can start connecting my app to the GitHub API. The first thing we need to do is define our data models. The first thing we need to do is define our data models. The first thing we need to do is define our data models. These are classes that we define in our Android project These are classes that we define in our Android project These are classes that we define in our Android project that our chosen data converter tries that our chosen data converter tries that our chosen data converter tries to map the data sent back from the API to. to map the data sent…

Contents