this is my array.xml file in 'res/values' folder
<resources>
<string-array name="updateInterval">
<item name="1000">Pico TTS</item>
<item name="5000">Invox TTs</item>
</string-array>
</resources>
I need to some more items to the 'updateInterval' array lsit. Please help me in this. how can I add the items that are dynamic coming from server programmatically.
Thanks in advance, Bharath Gangupalli