Loading...

Android ImageButton

Android ImageButton displays a button with an image not as text. ImageButton is similar to normal button, ImageButton have all the properties of normal button and we can onClick Listener like in the normal button.

In this tutorial, you will learn to use ImageButton in android application and handle onClick event. If you click an ImageButton, you will see a Toast message.

Related:
Start New Activity When Button is Clicked in Android
How to Change Android Button on Click/Press Color
Buttons - Android Button Examples

Android ImageButton Example: How to use ImageButton in Android


XML Layout File

res/layout/image_button_example

Java Activity File

src/ImageButtonExample

Strings.xml File

res/values/strings.xml

Now, run your ImageButton android application which will look like output given below.

Output:

Android ImageButton Example
Android ImageButton

XML 3424531267395466976
Home item