Thanks CGORAND for the post. Your question is indeed crucial.
On wearable, RAM is often limited, so it is important that a widget does not āallocateā the full list before it displays it. I would extend the scope of your question to resources management. How does MicroEJ VEE handles freeing images/fonts/strings⦠which are often big objects ?
There is no such adapter in the UI library but it seems to be a really good idea that I will discuss with the development team.
On a side note the performance of the list widget is not impacted by the number of elements so even though the memory consumption is not optimal the animation performance is not impacted.