Under Review
over 1 year ago

Feature-request: split the strings.xml for in-device and settings related strings

In most of the apps I've seen most of the strings are used for settings, still those strings are included in the memory footprint of the app. It would be very useful to split strings.xml to device-strings.xml and settings-strings.xml.

Parents
  • "still those strings are included in the memory footprint of the app"

    Well, to be precise, it's only the resource table symbols for the strings which are included in the memory footprint (and only if you call loadResource() at least once). But it's def a very annoying issue.

Comment
  • "still those strings are included in the memory footprint of the app"

    Well, to be precise, it's only the resource table symbols for the strings which are included in the memory footprint (and only if you call loadResource() at least once). But it's def a very annoying issue.

Children
No Data