How can I create custom controls in Android? -


I would like to create custom controls in my Android app. It will have a circular control with some small moving circles which indicate a specific value Will give

Is there any way to realize this?

Are there some good tutorials where I can read the way to create custom controls?

Look at the section of the Android Dev Guide. The general approach is to expand one and the override applied methods.


Comments