How can I create custom controls in Android?

前端 未结 1 501
予麋鹿
予麋鹿 2021-01-01 23:35

I would like to create a custom control in my Android App. It will be a circular control with some smaller moveable circles that will indicate a specific value.

Is t

相关标签:
1条回答
  • 2021-01-02 00:02

    Have a look at the custom components section of the Android Dev Guide. The usual approach is to extend a View and override applicable methods.

    0 讨论(0)
提交回复
热议问题