Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialVaibhav Kapur
Courses Plus Student 9,169 PointsCan anyone help me in Consuming a Rest Web Service in Android with Token Based Authentication ?
Android.
1 Answer
Louis Sankey
22,595 PointsCheck out the build a weather app tutorial. In it the instructor uses okhttp to get rest data from the web. This involves using an authentication token. You could also search google for okhttp recipes and it will show you common approaches to using okhttp.