Home | History | Annotate | Download | only in intents
      1 page.title=   
      2 page.tags= Intent,
      3 helpoutsWidget=true
      4 
      5 trainingnavtop=true
      6 startpage=true
      7 
      8 @jd:body
      9 
     10 <div id="tb-wrapper">
     11 <div id="tb">
     12 
     13 <h2>   </h2>
     14 <ul>
     15   <li>      (.  <a href="{@docRoot}training/basics/activity-lifecycle/index.html">  
     16 </a>)</li>
     17 </ul>
     18 
     19 
     20 <h2>. :</h2>
     21 <ul>
     22     <li><a href="{@docRoot}training/sharing/index.html">    </a></li>
     23     <li><a href="{@docRoot}training/secure-file-sharing/index.html">   </a>
     24   <li><a href="http://android-developers.blogspot.com/2009/11/integrating-application-with-intents.html">
     25     Intent (  )</a></li>
     26   <li><a href="{@docRoot}guide/components/intents-filters.html"> Intent  
     27  Intent</a></li>
     28 </ul>
     29 
     30 </div>
     31 </div>
     32 
     33 <p>  Android    <a href="{@docRoot}guide/components/activities.html"></a>.   
     34  ,      (,     ).
     35         ,     {@link
     36 android.content.Intent}   ""  - .   
     37 {@link android.content.Intent}      {@link
     38 android.app.Activity#startActivity startActivity()}   {@link
     39 android.content.Intent}       .   Intent 
     40    ,    .</p>
     41 
     42 <p>{@link android.content.Intent}  <em></em>   
     43 (  {@link android.app.Activity})  <em></em>  
     44 ,     (, " ").</p>
     45 
     46 <p>      ,   {@link android.content.Intent}  
     47    ,     ,       
     48      Intent   .</p>
     49 
     50 <h2></h2>
     51 
     52 <dl>
     53   <dt><b><a href="sending.html">    </a></b></dt>
     54   <dd> ,     Intent    ,  
     55 .</dd>
     56   <dt><b><a href="result.html">  </a></b></dt>
     57   <dd>   ,        .</dd>
     58   <dt><b><a href="filters.html">     </a></b></dt>
     59   <dd>   ,           
     60   Intent,    ,   .</dd>
     61 </dl>
     62 
     63