codelab-android-databinding icon indicating copy to clipboard operation
codelab-android-databinding copied to clipboard

Textual Mistake at page 7

Open pawankhandal52 opened this issue 6 years ago • 2 comments

There are multiple ways to implement observability. You can use observable classes, observable fields, or, the preferred way, LiveData. The full documentation on that is here.

We're going to use ObservableFields as they are simpler

But in the next example, Live data is used. So I think there should be changes like this.

We're going to use LiveData as they are simpler.

pawankhandal52 avatar Oct 18 '19 09:10 pawankhandal52

I agree but I think it should be: "We're going to use LiveData as they are the preferred way"

darthcow avatar Nov 14 '19 12:11 darthcow

Also the links to observable classes, observable fields direct to pages in es locale. Should be in english

chibeepatag avatar Mar 19 '21 08:03 chibeepatag