Clickable Layout

Hi guys,

I want a clickable layout which contains some components. I downloaded the ClickableCustomLayout, but i dont know how to write code for the same. I tried it but didnt able to do it.
Can you please provide some code aur example by which i can use that add on.
Any other option to make a layout clickable will be helpful.

Please reply its urgent

Most of the core layouts support
LayoutClickListener
which you can use to listen click events. You can found one example from
here
.