Assigned
Status Update
Comments
za...@google.com <za...@google.com> #2
Hello,
I'm only a little familiar with Power Apps. Is your app a mobile app or a web app?
This link
The primary
If your app does not work on Android mobile devices, you can also consider the
Description
Version used: 1.1.0
Devices/Android versions reproduced on: Pixel 6 (Android 15)
It seems like the LazyColumn-Component is not really lazy. For example, when I feed the list with 30 Images/Bitmaps, it tries to load all 30 at once and hold them in memory, causing an "IllegalArgumentException" because the screen is full. For comparision, a similar RecyclerView in the "normal" XML-Widget just loads 5 of these bitmaps at a time into memory. For reference, the Bitmaps are so large that three are enough to cover the whole screen.