First page Back Continue Last page Graphics
Saving A File
Our onClickListeners don’t do anything right now
We’ll add code so that one of them will save the contents of our text field
Browse to saveFile.txt and copy the code to the clipboard
Paste it under the lines:
View.OnClickListener saveButtonHandler = new View.OnClickListener() {
public void onClick(View v) {