Closed antgwms closed 1 year ago
An inconsistency with method keywords in Codelab: 02.2: Activity lifecycle and state. Point 3: Task 1.
In Task '1.2 Implement callbacks into MainActivity' step 3, an @Override is added for onStart() method using public void keywords.
However at the end in 'Task 1 solution code' shows the code snippets for @Override methods with protected void keywords.
Here's the URL: https://developer.android.com/codelabs/android-training-activity-lifecycle-and-state?index=..%2F..%2Fandroid-training#2
An inconsistency with method keywords in Codelab: 02.2: Activity lifecycle and state. Point 3: Task 1.
In Task '1.2 Implement callbacks into MainActivity' step 3, an @Override is added for onStart() method using public void keywords.
However at the end in 'Task 1 solution code' shows the code snippets for @Override methods with protected void keywords.
Here's the URL: https://developer.android.com/codelabs/android-training-activity-lifecycle-and-state?index=..%2F..%2Fandroid-training#2