Skip to content

Instantly share code, notes, and snippets.

@tatuas
Created October 14, 2013 08:06
Show Gist options
  • Save tatuas/6972439 to your computer and use it in GitHub Desktop.
Save tatuas/6972439 to your computer and use it in GitHub Desktop.
androidでxmlのstring-arrayのString配列オブジェクトを生成
String[] array = getResources().getStringArray(R.array.strings);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment