Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List<Integer> to int[] #13

Closed
wants to merge 1 commit into from
Closed

List<Integer> to int[] #13

wants to merge 1 commit into from

Conversation

davidkhala
Copy link

I consider int array is more suitable than List
For example, in the sample, we could get colors array by getResources().getIntArray(R.array.colors)
And as #11 , element in color array is used as '@ColorInt' instead of '@ColorRes',
Thus, I fix javadoc correspondingly.

@golovin47 golovin47 closed this Feb 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants