Hi everyone! How to correctly use synthetic proper...
# android
s
Hi everyone! How to correctly use synthetic properties?: directly use in code or assign to an object inside fragment (activity) like this:
k
I use them directly in code. And these days, they are usually in
camelCasing
s
Ok, thanks. I usualy use underscore style in xml, but if need to use synthetic - of course camel case 🙂
👍 1
d
I use directly