Hi!
I'm wondering about difference of standard bean-like acces into view class via getters and setters, or through xml based attributes via context.obtainStyledAttributes. Which is difference between these styles and which one is better to use in which situation? Any tutorial or something?
Thanks in advance!

