Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私の英語で申し訳ありません、私はロシア出身です。アクティビティを表示するために押されたときのボタンのテスト。この活動へのリンクを取得するにはどうすればよいですか?
これをチェックして
Button bt = (Button)findViewById(R.id.button1); bt.setOnClickListener(new OnClickListener() { @Override public void onClick(View v) { Intent intent = new Intent(this,yourcalss.class); startActivity(intent); } });