Hi all,
I'm subclassing Android's view class, but whenever I make an instance of the view from another class, the constructor never gets called (or so it seems). I've implemented both public myclass (Context context)
and public myclass (Context context, AttributeSet, attrs)
I can't figure out what I'm doing wrong. Do I need to override onDraw and onMeasure?
Thanks for help in advance!