I need to store some custom, static data inside my Delphi XE5 FireMonkey (Android) mobile application. I have seen a 'RC_DATA' solution on the web, but it is windows-specific. I need a cross-platform solution.
Here is the RC_DATA solution I discovered:http://delphidabbler.com/articles?article=2
A comment in the code sample reads: // resource type - RT_RCDATA (from Windows unit)
I concluded from this comment that the code inside the Windows unit was Windows-specific. I apologize if this is not the case.
Since Chris said that it is, in fact, cross-platform, I will try it out. Thank you Chris.
With respect to asking for a component or library, I have read and re-read my question and I just don't see it. I guess a 'solution' COULD POSSIBLY include a component or library, but that was never in my mind. Again, I apologize if I did something wrong.