Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

03.1.4 step 1 create a binding object - Fix wording for DataBindingUtil.inflate() #46

Closed
jderijke opened this issue Feb 16, 2020 · 0 comments
Labels

Comments

@jderijke
Copy link

Describe the problem
Is the phrase in 03.1.4 step 1 create a binding object point 2
correct, or should we
Change : To inflate the fragment's view, call the DataBindingUtil.inflate() method on the fragment's Binding object, which is FragmentTitleBinding.
To : To inflate the fragment's view, call the DataBindingUtil.inflate() method which returns a Binding object, which is a FragmentTitleBinding.

In which lesson and step of the codelab can this issue be found?
03.1.4 step 1

Additional information
unrelated side note: I found it confusing that in the starter lab we are creating a fragment with id gameOverFragment, but there is also an imageview in the fragment's xml file with the same id.

codelab: android-kotlin-fundamentals

@kkuan2011 kkuan2011 changed the title Android Kotlin Fundamentals codelab: 03.1.4 step 1 create a binding object 03.1.4 step 1 create a binding object - Fix wording for DataBindingUtil.inflate() Aug 11, 2020
@kkuan2011 kkuan2011 added the typo label Aug 11, 2020
k12e5989 pushed a commit to k12e5989/android-kotlin-fundamentals-apps that referenced this issue Dec 2, 2020
…-training/androidx-nav

Rename resource ID.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants