class UsingDetailFragment : Fragment
Part of using.
Fragment responsible for displaying adding items to the list of shared objects
<init> |
Part of using. UsingDetailFragment() |
viewModel |
: LendingDetailViewModel the viewModel for displaying the details of a selected LendingObject 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? |