I\'m very new to Android development and just started to study.
What I\'m trying is to add a button and when that button is pressed a text \"my first project\" to ge
Try this
public void onClick(View view){ txtView.setText("hello"); //printmyname(); Toast.makeText(NameonbuttonclickActivity.this, "hello", Toast.LENGTH_LONG).show(); }
Also in toast use "Hello"