I just uploaded a new version of my app to the store and am now seeing this (non-blocking) warning. I don't see how to address this, as I am not downloading any images myself. Could this be an issue with a library?
Thanks for your help.
Improve your app's performance with bitmap image optimization
Your application manually downloads and decodes images from the network at the following locations:
Decoded in anywheresoftware.b4a.objects.drawable.CanvasWrapper$BitmapWrapper.Initialize2
Downloaded in com.google.android.gms.measurement.internal.zzgx.run
Decoded in anywheresoftware.b4a.objects.drawable.CanvasWrapper$BitmapWrapper.initializeSampleImpl
Downloaded in com.google.android.gms.measurement.internal.zzgx.run
This can lead to excessive memory usage, sluggish performance, and app crashes. To reduce memory usage, we recommend using an image loading library to automatically handle downsampling, caching, and memory management for you.
developer.android.com
Thanks for your help.
Improve your app's performance with bitmap image optimization
Your application manually downloads and decodes images from the network at the following locations:
Decoded in anywheresoftware.b4a.objects.drawable.CanvasWrapper$BitmapWrapper.Initialize2
Downloaded in com.google.android.gms.measurement.internal.zzgx.run
Decoded in anywheresoftware.b4a.objects.drawable.CanvasWrapper$BitmapWrapper.initializeSampleImpl
Downloaded in com.google.android.gms.measurement.internal.zzgx.run
This can lead to excessive memory usage, sluggish performance, and app crashes. To reduce memory usage, we recommend using an image loading library to automatically handle downsampling, caching, and memory management for you.
Optimiser les images bitmap | Jetpack Compose | Android Developers
Ce document fournit des bonnes pratiques pour optimiser les performances des images dans les applications Android. Il se concentre sur les techniques permettant d'éviter les erreurs OutOfMemoryError et d'améliorer l'efficacité du rendu de l'UI lorsque vous travaillez avec des bitmaps et des...