I want to create a string array in string.xml in values folder for my android application. How to do this.. can anybody help..
<?xml version="1.0" encoding="utf-8"?> <resources> <string-array name="my_array"> <item>string1</item> <item>string2</item> <item>string3</item> </string-array> </resources>
1.4m articles
1.4m replys
5 comments
57.0k users