You can get a handle to a screen element by calling Activity.findViewById. You can use this handle to set or retrieve any values exposed by the object.
TextView msgTextView = (TextView)findViewById(R.id.msg); msgTextView.setText(R.string.push_me);
| Copyright 2007 Google Inc. | Build 110632-110632 - 22 Sep 2008 13:34 |