tags:

views:

37

answers:

1

I'm considering to develop owner drawn EditText widget. So, what do you think I should read or refer, firstly? Or, could you give me some good examples of both owner drawn widget or custom widget?

+1  A: 

Hi!
To implement your own widgets you have to extend View or subclass of View. I think that a good start is Romain Guy presentation from Google IO:
http://www.youtube.com/watch?v=N6YdwzAvwOA

Ramps
Thanks for the link, it's informative link, however not quite much relative with question.
skysign