Merge "Docs: Changed Blank Activity to Basic Activity" into mnc-io-docs

This commit is contained in:
Hemal Patel
2016-07-11 23:22:47 +00:00
committed by Android (Google) Code Review

View File

@@ -93,13 +93,19 @@ lesson.</p>
Activities</a> for more information.</p> Activities</a> for more information.</p>
</div> </div>
</div> </div>
<li>Under <strong>Add an activity to &lt;<em>template</em>&gt;</strong>, select <strong>Blank <li>Under <strong>Add an activity to &lt;<em>template</em>&gt;</strong>,
Activity</strong> and click <strong>Next</strong>.</li> select <strong>Basic Activity</strong> and click <strong>Next</strong>.
</li>
<li>Under <strong>Customize the Activity</strong>, change the <li>Under <strong>Customize the Activity</strong>, change the
<strong>Activity Name</strong> to <em>MyActivity</em>. The <strong>Layout Name</strong> changes <strong>Activity Name</strong> to <em>MyActivity</em>. The <strong>Layout
to <em>activity_my</em>, and the <strong>Title</strong> to <em>MyActivity</em>. The Name</strong> changes to <em>activity_my</em>, and the <strong>Title</strong>
<strong>Menu Resource Name</strong> is <em>menu_my</em>. to <em>MyActivity</em>. The <strong>Menu Resource Name</strong> is
<li>Click the <strong>Finish</strong> button to create the project.</li> <em>menu_my</em>.
</li>
<li>Click the <strong>Finish</strong> button to create the project.
</li>
</ol> </ol>
<p>Your Android project is now a basic "Hello World" app that contains some default files. Take a <p>Your Android project is now a basic "Hello World" app that contains some default files. Take a
@@ -180,4 +186,6 @@ moment to review the most important of these:</p>
string and color definitions.</dd> string and color definitions.</dd>
</dl> </dl>
<p>To run the app, continue to the <a href="running-app.html">next lesson</a>.</p> <p>
To run the app, continue to the <a href="running-app.html">next lesson</a>.
</p>