Possible to add hook as android fetches XML-strings?

Posted by user247245 on Stack Overflow See other posts from Stack Overflow or by user247245
Published on 2010-12-30T00:38:54Z Indexed on 2010/12/30 0:54 UTC
Read the original article Hit count: 111

Filed under:
|
|
|

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

© Stack Overflow or respective owner

Related posts about java

Related posts about android