class LendingMasterFragment : Fragment
Part of lending.
Activity responsible for displaying the list of LendingObject currently shared by the user
<init> |
Part of lending. LendingMasterFragment() |
deleting |
the SharedPreferences.Editor used to store values var deleting: Boolean |
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 |
onCreateOptionsMenu |
Called to inflate the ToolBarMenu fun onCreateOptionsMenu(: Menu, : MenuInflater): Unit |
onCreateView |
Called to have the fragment instantiate its user interface view. fun onCreateView(: LayoutInflater, : ViewGroup?, : Bundle?): View? |
onOptionsItemSelected |
Called to inflate the ToolBarMenu fun onOptionsItemSelected(: MenuItem): Boolean |
onViewCreated |
Called when fragments view is initiated fun onViewCreated(: View, : Bundle?): Unit |