Separate types for Android Resources ID's #4561
Unanswered
KirillAldashkin
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
LayoutId
,ViewId
,DrawableId
, etc. For example:Resources
class generator to use thesestruct
s instead ofint
s.This simple change will help to avoid messing with resource ID's and make code clearier.
Beta Was this translation helpful? Give feedback.
All reactions