Starting Activity from LinearLayout onClick() Event
Starting an activity from another activity has been explained here. But how to do the same thing from a custom LinearLayout? A button from a LinearLayout will be such a fancy thing than a standard Button. Here how it is done.