class LendingDetailFragment : Fragment
Part of lending.
Fragment responsible for displaying adding items to the list of shared objects
<init> |
Part of lending. LendingDetailFragment() |
viewModel |
val viewModel: LendingDetailViewModel |
onActivityCreated |
Called when the fragment's activity has been created and this fragment's view hierarchy instantiated. It can be used to do final initialization once these pieces are in place, such as retrieving views or restoring state. fun onActivityCreated(: Bundle?): Unit |
onCreateView |
Called to have the fragment instantiate its user interface view an all the binding configuration fun onCreateView(: LayoutInflater, : ViewGroup?, : Bundle?): View? |