Conversion of ArrayList in resource-assist
-
How do you transform ArrayList into a massive resource?
<string-array name="name"> <item>0</item> <item>3</item> <item>4</item> <item>5</item> </string-array>
-
No. Resources are created during the compilation phase and cannot be altered in the early stages. Just read.