Yekta Sarioglu
Yekta Sarioglu
Sorry for the late response. Here it is the viewholder.xml and its implementation; ``` ``` Viewholder implementation; ``` class VideoAdapter( var data: ArrayList?, var activity: FragmentActivity ) : RecyclerView.Adapter() {...
This enhancement would be great. For those who look for a basic workaround see below; ``` kotlin sampleImageView.load(imageUrl) { target( onSuccess = { sampleImageView.load(imageUrl) { crossfade(true) transformations(RoundedCornersTransformation(30f)) } }, onError...