class UsingMasterFragment : Fragment
Part of lending.
Activity responsible for displaying the list of LendingObject currently shared by the user
<init> |
Part of lending. UsingMasterFragment() |
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. fun onCreateView(: LayoutInflater, : ViewGroup?, : Bundle?): View? |