Hi want to get the arraylist from the resources.xml is there any code for this.please give me some suggestions.Thanks in advance
Not entirely sure what you want, but this might be worth a read: http://developer.android.com/guide/topics/resources/string-resource.html
- Mercury
- Venus
- Earth
- Mars
How to retrieve the array in your application with code:
Resources res = getResources();
String[] planets = res.getStringArray(R.array.planets_array);