open /res/layout/main.xml and add in the textView
android:id="@+id/haikuTextView"in button method
public void buttonName (View view) {1 - click create field in R.id
TextView textView=(TextView) findViewById(R.id.haikuTextView);//1
textView.setVisibility(View.VISIBLE); //2
}
No comments:
Post a Comment