Khairun Nashirin

Results 2 comments of Khairun Nashirin

ummm, maybe you should set the size for the image. this is what I do with my code. ```kotlin val imageLoader = ImageLoader { imageView, url, _ -> Picasso.get().load(url).resize(800, 600).centerCrop().into(imageView)...

edit: this crashed happens when I installed the apps from the play store, but when I running it on an android studio even with my production URL, no problem occurred.