final TextView Anzeige1 =
(TextView) findViewById (R.id.textView);
Button Knopf1 =(Button) findViewById (R.id.button);
Button Knopf2 ...........Knopf1.setOnClickListener (new View.OnClickListener () {
@Override
public void onClick(View v) {
Anzeige1.setText (R.string.Sting_Plus);
}
});Knopf2.setOnClickListener .........Petra
--
You received this message because you are subscribed to the Google Groups "Eyes-free Programming and development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to eyes-free-de...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.