How to handle button clicks using the XML onClick within Fragments
Pre-Honeycomb (Android 3), each Activity was registered to handle button clicks via the onClick tag in a Layout’s XML: android:onClick=”myClickMethod” Within that method you … Read more