https://kotlinlang.org logo
i

itnoles

03/10/2023, 11:12 PM
what is a best way to do image loader for iOS?
d

darkmoon_uk

03/10/2023, 11:20 PM
Raster, Vector or both?
In either case though; underlying Skia already provides API's to load raster & vector images from 'Data' which is easily converted to from
ByteArray
So the gap to fill is really just
expect
/ `actual`ing some data loading from your source of choice.
i

itnoles

03/10/2023, 11:35 PM
NSData to ByteArray?
d

darkmoon_uk

03/10/2023, 11:38 PM
Yes, Google 😊 (Outside on mobile ATM)
8 Views