Skip to content

Commit 1313213

Browse files
qchongAndroid Git Automerger
authored andcommitted
am 5c84720: am 4fd13fd: docs: Fixed typos.
* commit '5c84720322afaae4f4a7e0ea6ad71c309df7eb80': docs: Fixed typos.
2 parents 77e42de + 5c84720 commit 1313213

File tree

1 file changed

+3
-3
lines changed
  • docs/html/training/basics/activity-lifecycle

1 file changed

+3
-3
lines changed

docs/html/training/basics/activity-lifecycle/starting.jd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ ensures your app behaves well in several ways, including that it:</p>
7979
while using your app.</li>
8080
<li>Does not consume valuable system resources when the user is not actively using
8181
it.</li>
82-
<li>Does not loose the user's progress if they leave your app and return to it at a
82+
<li>Does not lose the user's progress if they leave your app and return to it at a
8383
later time.</li>
84-
<li>Does not crash of loose the user's progress when the screen rotates between
84+
<li>Does not crash or lose the user's progress when the screen rotates between
8585
landscape and portrait orientation.</li>
8686
</ul>
8787

@@ -257,7 +257,7 @@ activity until they switch to a different activity.</p>
257257
<h2 id="Destroy">Destroy the Activity</h2>
258258

259259
<p>While the activity's first lifecycle callback is {@link android.app.Activity#onCreate
260-
onCreate()}, it's very last callback is {@link android.app.Activity#onDestroy}. The system calls
260+
onCreate()}, its very last callback is {@link android.app.Activity#onDestroy}. The system calls
261261
this method on your activity as the final
262262
signal that your activity instance is being completely removed from the system memory.</p>
263263

0 commit comments

Comments
 (0)