Skip to content

Terminology error in step 9 #5

@zsmb13

Description

@zsmb13

Step 9 of the code lab includes the following:

Create a backing field for it, and change the type of networkErrors to LiveData<String>.

The property already has a backing field, what we're doing here is creating a backing property.

Later down the page, this comes up again:

Update the requestAndSaveData() method to use the backing field _networkErrors.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions