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 trial

Android

Adding Picasso in android studio

Just a little tip to help anybody looking.

Adding picasso to android studio using gradle file:

add this to src > build.gradle > dependencies:

compile group:'com.squareup.picasso', name:'picasso', version:'2.3.2'

Once you save the file you should be asked to sync the build, if not then select:

View > Tool Window > Gradle

Within this sub-window select the recycle option at the top to download and initialise the library.

Hope this helps

Bob

Shariq Shaikh
Shariq Shaikh
13,945 Points

Thank you so much this should have been included in the teachers notes

He Zhang
He Zhang
7,475 Points

Couldn't find the build.grade from the files I get through github!??