Button のイベントを発生させる - Android Studio

ボタンのタップイベントを呼び出す

((Button)findViewById(R.id.myButton)).callOnClick();

コメント