I want to create a custom view TestView class for which I can create object via new TestView().
A new view class however needs a AttributeSet object. From where do I get that AttributeSet and what does it have to include?
| |||
|
feedback
|
|
It's not mandatory, and most times you don't even have to worry about it as long as you provide constructors from
| |||||||||
feedback
|
|
Either of 3 constructor provided by view class can be implemented.. so providing constructor with attributeset is not mandatory. | |||
|
feedback
|