Akhil Soni

Results 2 comments of Akhil Soni

While adding the bitMap into imageView please use the below method : //Download image frorm url and make it blurry. GlideApp.with(getContext()).asBitmap().load(imageUrl).into(new BitmapImageViewTarget(ivAvatar) { @Override protected void setResource(Bitmap bitmap) { if(bitmap!=null)...

if i sroll from the last item to first position title is not visible . can you please update this library?