From the course: Android Development Essential Training: 1 Your First App

Unlock the full course today

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

Solution: Find the dependency

Solution: Find the dependency - Android Tutorial

From the course: Android Development Essential Training: 1 Your First App

Start my 1-month free trial

Solution: Find the dependency

(upbeat music) - [Instructor] Welcome back. I hope it was a breeze finding the dependencies to the following libraries. Here's the solution I have. Depending on when you watch this recording, the latest library version numbers may have changed. So don't worry if it's not an exact match. Either way, the technique for finding the dependencies is the same. Let's walk through how I found them together. Most open source projects hosted on GitHub will have a section in the read me that shows you how to add the library to your application. First up was Timber. If we scroll down to the download section, we find the line that we need here to add Timber to our project. Next we wanted to add Picasso. So let's look at that. Once again, if we scroll down to the download section, we find the line that we need to add Picasso to our project. And the final library we wanted to include was Retrofit. We can grab the line from the…

Contents