Hello, I like to write my own ViewClass and have difficulties hereby:
I created a new class which extends android.view.View, now I like to add a TextView element to my class. On Java this was easily doable by passing it to the add() method. - How can I do this with Views?
PS: Please don't suggest xml layouting - I hate it!
I created a new class which extends android.view.View, now I like to add a TextView element to my class. On Java this was easily doable by passing it to the add() method. - How can I do this with Views?
PS: Please don't suggest xml layouting - I hate it!
