google-developer-training / android-fundamentals-apps-v2

Other
649 stars 2.63k forks source link

Android Fundamentals codelab: 02.2: Activity lifecycle and state #259

Closed antgwms closed 1 year ago

antgwms commented 3 years 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