android - Edit colors xml values on runtime -


i have seen similar questions here. know cant edit packaged *.apk files, cannot edit res/values/colors.xml. however, can design in way can change colors (one shot) entire application code or referring colors.xml sd card. example have colors.xml,

<resources>     <color name="tableborder">#ff000000</color> </resources> 

on runtime want tableborder color local database (or server) , apply ever tableborder referred, expected color applies.

any way accomplish above ?

instead of assigning colors in xml file store in sharedpreference files. can change values runtime whatever server.


Comments

Popular posts from this blog

wireshark - USB mapping with python -

c++ - nodejs socket.io closes connection before upgrading to websocket -

Deploying Qt Application on Android is really slow? -