Android: Tutorial on Custom View creation [closed]

2019-03-18 04:04发布

Can anyone suggest a good tutorial about how to create custom view?

2条回答
Viruses.
2楼-- · 2019-03-18 04:30
戒情不戒烟
3楼-- · 2019-03-18 04:34

I was asking myself the same question. Doing a searches on Google, I found some good info. First of all you should start by reading the documentation presented by Google Android:

After that, for general tutorials of a view that extends the android.view.View class, these seem to be good examples:

As for using the android.view.ViewGroup, there seems to be already some posts on the subject:

查看更多
登录 后发表回答