开发者

About owner drawn (custom widget)

开发者 https://www.devze.com 2022-12-17 22:39 出处:网络
I\'m considering to develop owner drawn EditText widget. So, what do you think I should read or refer, fir开发者_高级运维stly?

I'm considering to develop owner drawn EditText widget. So, what do you think I should read or refer, fir开发者_高级运维stly? Or, could you give me some good examples of both owner drawn widget or custom widget?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消