Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GrideApp error in GalleryImageAdapter #2

Open
maurotello opened this issue Sep 16, 2019 · 0 comments
Open

GrideApp error in GalleryImageAdapter #2

maurotello opened this issue Sep 16, 2019 · 0 comments

Comments

@maurotello
Copy link

Hello! In principle, thank you for sharing your knowledge.
I'm following the tutorial but it throws me an error in GlideApp, it doesn't recognize it and nowhere in the code is that class

GlideApp.with(context!!) .load(image.imageUrl) .centerCrop() .diskCacheStrategy(DiskCacheStrategy.ALL) .into(itemView.ivGalleryImage)

in

class GalleryImageAdapter(private val itemList: List<Image>) : RecyclerView.Adapter<GalleryImageAdapter.ViewHolder>() {

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant