diff options
Diffstat (limited to 'docs/html/training/basics/firstapp')
| -rw-r--r-- | docs/html/training/basics/firstapp/starting-activity.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/training/basics/firstapp/starting-activity.jd b/docs/html/training/basics/firstapp/starting-activity.jd index cbd063a..4d0a84a 100644 --- a/docs/html/training/basics/firstapp/starting-activity.jd +++ b/docs/html/training/basics/firstapp/starting-activity.jd @@ -226,7 +226,7 @@ the original {@code MainActivity.java} file.</p> <p>Open the {@code DisplayMessageActivity.java} file. If you used Eclipse to create it, the class already includes an implementation of the required {@link android.app.Activity#onCreate onCreate()} -method. There's also an implemtation of the {@link android.app.Activity#onCreateOptionsMenu +method. There's also an implementation of the {@link android.app.Activity#onCreateOptionsMenu onCreateOptionsMenu()} method, but you won't need it for this app so you can remove it. The class should look like this:</p> |
