There are various arrays defined in arrays.xml. I want to read all the arrays at once and store them. Is there any way to do this?
<string-array name="ArtDesign">
<item>Layers</item>
<item>Tracing</item>
</string-array>
<string-array name="Beauty">
<item>Plastic Surgery Simulation</item>
<item>SeneStock</item>
<item>PLASTIC SURGERY BEFORE</item>
</string-array>