I have a ListView where I\'m filling it in through String tutorialTitle1 = getResources().getString(R.string.tutorial1_title);, but for the purpose and function
String tutorialTitle1 = getResources().getString(R.string.tutorial1_title);
Call getResources().getStringArray(R.array.tutorialTitle) to retrieve the String[] associated with your string-array resource.
getResources().getStringArray(R.array.tutorialTitle)
String[]
string-array