• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Working with Picasso

Hey there,

I am relatively new to Android Studio and just writing my first app. I want to fetch images from an uri and cache the image. So, I felt over Picasso (https://abhiandroid.com/programming/picasso).

I've added implementation 'com.squareup.picasso:picasso:2.8' to build.grade(:app) but I still cannot operate with Picasso.

In my Activity i imported com.squareup.picasso but Android Studio still sais Cannot resolve symbol 'picasso'.

What am I Doing wrong?
 
Back
Top Bottom