March 21, 2010

[SOLVDED] Android: Create custom buttons, Image & Text-Only

This very simple tutorial will add to your Android UI (user interface) development arsenal. How? Buttons that display as simple text or as images are basic elements of any application. By following the two steps below, these buttons can be easily created with Google’s Android by simply extending the current Button and ImageButton classes.

...

You can download the source to see for yourself.

Source: Android Tutorial.