Androidosso
Lurker
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
icasso: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?
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


In my Activity i imported com.squareup.picasso but Android Studio still sais Cannot resolve symbol 'picasso'.
What am I Doing wrong?