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

Page 3 of codelab says it will use ObservableFields and then uses LiveData

Open dmcg opened this issue 5 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. ...

Replace ... with the new LiveDatas:

dmcg avatar May 29 '19 20:05 dmcg

It's now on page 7.

le-kamba avatar Jun 12 '19 10:06 le-kamba

It's a year later. The problem is still there. Edit: This sounds snarky when it was supposed to be amusing - apologies - anyhow, the issue is still there, the text is a bit confusing. Still a great tutorial though.

davidfrancisandroidemul avatar Jul 10 '20 16:07 davidfrancisandroidemul