First page Back Continue Last page Graphics
Binding the onClickListeners
We need to associate the onClickListeners with the buttons
Browse to buttonBind.txt and copy the code
Paste it under the line “setContentView(R.layout.main);�
Now, clicking a button will invoke its associated onClickListener
You’ll notice we also have code to set the text of the buttons…