Page 370 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 370

processTag(passedIntent);
                            }
                       }

                 }


                  @Override
                  public  boolean  onCreateOptionsMenu(Menu  menu)  {


                       //  Inflate  the  menu;  this  adds  items to  the  action bar  if  it is present.
                       getMenuInflater().inflate(R.menu.read,  menu);
                       return  true;
                 }


                  @Override
                  public  boolean  onOptionsItemSelected(MenuItem  item)  {
                       //  Handle  action  bar  item clicks  here.  The  action bar will
                       //  automatically  handle  clicks  on  the  Home/Up  button,  so  long

                       //  as you specify a  parent  activity  in  AndroidManifest.xml.
                       int  id  =  item.getItemId();
                       if  (id  ==  R.id.action_settings)  {
                             return  true;
                       }
                       return  super.onOptionsItemSelected(item);
                 }


            /**
            *  A  placeholder  fragment  containing  a  simple  view.
            */
                  public  static  class  PlaceholderFragment  extends  Fragment  {


                       public  PlaceholderFragment()  {
                       }


                       @Override

                       public  View  onCreateView(LayoutInflater  inflater,  ViewGroup  container,
                            Bundle  savedInstanceState)  {
                            View  rootView =  inflater.inflate(R.layout.fragment_read,  container,
                               false);
                             return  rootView;
                       }



                                                         -  363  -
   365   366   367   368   369   370   371   372   373   374   375