How can i create custom controls?

2019-03-04 13:35发布

问题:

I want to create a simple game.I need this information how to create custom controls

doubts:

  1. Custom controls and OnScreen controls are same or different.

  2. Next how to create custom controls

  3. How to create onscreen controls.

回答1:

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