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. F
TestView
new TestView()
Either of 3 constructor provided by view class can be implemented.. so providing constructor with attributeset is not mandatory.