How to create a collection from res/values/arrays.xml:
<resources>
<string-array name="select_dialog_items">
    <item>Start</item>
    <item>Stop</item>
    <item>Delete</item>
</string-array>
</resources>
                Assuming that this is your Activity...
String[] data = this.getResources().getStringArray(R.array.select_dialog_items);
                        If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With