最佳答案
What would be the easiest way to make a CharSequence[]
out of ArrayList<String>
?
Sure I could iterate through every ArrayList
item and copy to CharSequence
array, but maybe there is better/faster way?