subsampling-scale-image-view
subsampling-scale-image-view copied to clipboard
Server Image URL is not showing
Thread { try { val image = BitmapFactory.decodeStream(URL(data.IMG).openConnection().getInputStream()) image_view.setImage(ImageSource.bitmap(image)) } catch (e: Exception) { e.printStackTrace() } }.start()