@JvmStatic fun getImageBitmap(url: String): Bitmap?
Generates a bitmap given a url to the image to download and generate
url
- String URL of the image to download and generate a bitmap of
Return
Bitmap? The bitmap of the image you are downloading