Kah – The Developer

Archive for September 2008

Making a custom Android button using a custom view

Posted by: kahgoh on: 13 September, 2008

Creating a custom view is as simple as inheriting from the View class and overriding the methods that need to be overridden. In this example, a custom button is implemented in this way. The button shall feature a labelled image (i.e. an image with text underneath).
[...]

Tags: