Issue
Is there a way to dynamically add values to an Android resource string-array
?
E.g.:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="titles">
</string-array>
</resources>
Solution
Is there a way to dynamically add values to an Android resource string-array?
No, because resources are read-only at runtime.
Answered By - CommonsWare
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.