-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Feature Request: Annotation for binding array resources #300
Comments
@JakeWharton there's also getIntArray(int), obtainTypedArray(int) and getTextArray(int) -- would you rather have multiple annotations (i.e. |
Awesome! |
Oops. I thinking switching on |
Although it prevents us from using the support-annotations in the future #144. |
Can't we use |
Oh it's not typed? I guess that makes sense (but is unfortunate). I'm not an array resources user (hence its omission and my lack of knowledge here). If that's true, then go for it! |
👍 |
Would love to be able to bind array resources.
@BindString binds an R.string ID to a String field.
@BindArray binds an R.array ..........
The text was updated successfully, but these errors were encountered: