Hello, this is most likely a very basic question, but I did not find a good answer.
What exactly are the "Application Data" in the Active Memory window? I understand the Application Code - that's the source code (converted for the device) plus the code generated from the layouts together.
But why do I have a 25 kB of the application data in my app? In the persistent storage (AppBase, Storage) I have just a few strings. I tried to remove my bitmaps from the bitmaps.xml, it did not change much. Also I tried to remove strings from the strings.xml, but also without any significant difference. This project is for Edge 520 (SDK 2.4.0), but it's similar also for the SDK 3.0.x
Thank you