Join Slack
Powered by
Hi everyone! How to correctly use synthetic proper...
# android
s
STAYER
08/14/2018, 6:22 PM
Hi everyone! How to correctly use synthetic properties?: directly use in code or assign to an object inside fragment (activity) like this:
-.kt
k
kingsley
08/14/2018, 6:32 PM
I use them directly in code. And these days, they are usually in
camelCasing
s
STAYER
08/14/2018, 6:48 PM
Ok, thanks. I usualy use underscore style in xml, but if need to use synthetic - of course camel case 🙂
👍 1
d
Denis A
08/15/2018, 6:29 AM
I use directly
Open in Slack
Previous
Next