External Resources Loader Samples 4.0.0

The External Resources Loader allows applications to load resources such as images, fonts, and other data from an external memory not mapped in the CPU address range (e.g. from a filesystem).
Storing application resources in such a memory allows to reduce its footprint by not embedding those resources in the application itself.

External Resources Loader Samples 4.0.0 is now compatible with MICROEJ SDK6 and provides the following samples:

  • ExternalImages: shows how to load images using the External Resources Loader.
  • ExternalTranslations: shows how to load translations using the External Resources Loader. It also highlights the NLS fallback mechanism to fallback on a default set of translations if the external memory is not available.

For more information, see CHANGELOG.rst.

Happy coding!
The MicroEJ Team.