onViewCreated

open override fun onViewCreated(view: View, savedInstanceState: Bundle?)

Call super.onViewCreated() and setup data binding.

Use this Fragment subclass as lifecycleOwner for data binding and assign the other two variables to use them in fragment_welcome.xml. You can find these variables declared in the section of fragment_welcome.xml.