Is there any difference between Button with image, ImageButton and clickable ImageView?
Button
ImageButton
ImageView
ImageView = Display Images (android:src)
ImageButton = Diaplay Images as imageView and get click effect as button (android:src) and cannot set text to it.
ImageButton = Diaplay
imageView
get click
(android:src)
Button = set text and (android:background)