I want to create a simple game.I need this information how to create custom controls
doubts:
Custom controls and OnScreen controls are same or different.
Next how to create custom controls
How to create onscreen controls.
I want to create a simple game.I need this information how to create custom controls
doubts:
Custom controls and OnScreen controls are same or different.
Next how to create custom controls
How to create onscreen controls.
Firstly read the following official source:
http://developer.android.com/guide/topics/ui/custom-components.html
Then you can check StackOverflow links for code samples:
Where to find free open sourced android custom controls?
Creating customs controls in Android
Guide for custom UI controls