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.

PUT a star on a Gist

PUT a star on a Gist - Android Tutorial

From the course: Android Development: Retrofit with Java

Start my 1-month free trial

PUT a star on a Gist

- [Instructor] Users can now log in, - [Instructor] Users can now log in, - [Instructor] Users can now log in, meaning we can now work on things like meaning we can now work on things like meaning we can now work on things like starring and unstarring a gist or adding a comment to one. starring and unstarring a gist or adding a comment to one. starring and unstarring a gist or adding a comment to one. Let's start with starring a gist. Let's start with starring a gist. Let's start with starring a gist. In the Github service interface, In the Github service interface, In the Github service interface, create a new method that returns a call create a new method that returns a call create a new method that returns a call with an empty type for now, with an empty type for now, with an empty type for now, I'll come back to that in a second. I'll come back to that in a second. I'll come back to that in a second. Call it starGistById, and we can't star a gist Call it…

Contents