File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/html/training/basics/activity-lifecycle Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -79,9 +79,9 @@ ensures your app behaves well in several ways, including that it:</p>
7979while using your app.</li>
8080 <li>Does not consume valuable system resources when the user is not actively using
8181it.</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
8383later 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
8585landscape 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
261261this method on your activity as the final
262262signal that your activity instance is being completely removed from the system memory.</p>
263263
You can’t perform that action at this time.
0 commit comments