Possible to add hook as android fetches XML-strings?
- by user247245
I'm on my first week with android and would appreciate any insight if it's possible to hook or override the default behaviour when an android application reads their values from the resource-files to the shown layouts.
What I want is to over time be able to add new/updated strings OTA and store locally and then on launch of application load new values instead of the ones in the default /res.
Ideally i guess, would be an override of setContentView.
Files holding updates will be in same xml-format as those in /res.
(Please, no advices in other ways to do this. Just need to know if it's at all possible, without hacking the SDK)
regards,
/t