Elizabeth Mezias
05/11/2020, 8:58 PMkrtko
05/12/2020, 1:56 AMElizabeth Mezias
05/12/2020, 3:25 AMkrtko
05/12/2020, 5:27 AMmagnumrocha
05/12/2020, 10:23 AMElizabeth Mezias
05/12/2020, 12:56 PMmagnumrocha
05/12/2020, 1:05 PMshare the common logic between the platforms
, load/cache/show images on App's UI can be successfully achieved using the current libraries or frameworks, like glide
or coil
for Android, and the many libraries existent for swift in iOS (like SDWebImage
) that do their job in the more effective way. So, in my point of view, load the image on kotlin side for native targets, just to load the image on UI, is not a good use of the KMP technology... unless, you want to do some specific job (business logic) with this image.Elizabeth Mezias
05/12/2020, 1:09 PMSam
05/12/2020, 1:30 PMElizabeth Mezias
05/12/2020, 9:18 PM