J Javaneh Member Friday at 3:17 PM #1 Hi everyone, How can we convert an image URL to a Bitmap in B4A? I don't want to load the image from the URL for display purposes. I just need to convert the URL into a Bitmap object. Thank you!
Hi everyone, How can we convert an image URL to a Bitmap in B4A? I don't want to load the image from the URL for display purposes. I just need to convert the URL into a Bitmap object. Thank you!
Erel B4X founder Staff member Licensed User Longtime User Sunday at 6:02 AM #2 Do you want to show the image? If so then use SMM: [B4X] SimpleMediaManager (SMM) - framework for images, videos and more For other cases use OkHttpUtils2. Upvote 0
Do you want to show the image? If so then use SMM: [B4X] SimpleMediaManager (SMM) - framework for images, videos and more For other cases use OkHttpUtils2.