초보입니다 .



기본 메뉴에서


Add 를 누르면 


지정한 액티비티로 넘어가는 동작 구현하고 싶은데요.


어떻게 해야되는거죠??


모르겠네요... ㅠ 누군가 제발 가르침을!!! 


public boolean onOptionsItemSelected(MenuItem item){

      super.onOptionsItemSelected(item);

      

      switch(item.getItemId()){

      case MENU_ONE:

      Intent intent = new Intent(InfoOfFriends.this, Informations.class);

      startActivity(intent); ???????