subsampling-scale-image-view icon indicating copy to clipboard operation
subsampling-scale-image-view copied to clipboard

Server Image URL is not showing

Open rmbhati opened this issue 2 years ago • 0 comments

Thread { try { val image = BitmapFactory.decodeStream(URL(data.IMG).openConnection().getInputStream()) image_view.setImage(ImageSource.bitmap(image)) } catch (e: Exception) { e.printStackTrace() } }.start()

rmbhati avatar Jan 17 '23 07:01 rmbhati