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.

POST a comment

POST a comment - Android Tutorial

From the course: Android Development: Retrofit with Java

Start my 1-month free trial

POST a comment

- [Instructor] The last thing to do - [Instructor] The last thing to do - [Instructor] The last thing to do to finish this application, to finish this application, to finish this application, is allow the user to post new comments to a gist is allow the user to post new comments to a gist is allow the user to post new comments to a gist in the GitHub service interface. in the GitHub service interface. in the GitHub service interface. To make this easier, To make this easier, To make this easier, copy the getGistCommentHeadersByID method, copy the getGistCommentHeadersByID method, copy the getGistCommentHeadersByID method, and below our unstarGistByID method, paste it. and below our unstarGistByID method, paste it. and below our unstarGistByID method, paste it. Call this createCommentOnGist. Call this createCommentOnGist. Call this createCommentOnGist. Now to create a new gist comment, Now to create a new gist comment, Now to create a new gist…

Contents