app / com.ocean.ishareeconomy_android.lending / LendingMasterFragment

LendingMasterFragment

class LendingMasterFragment : Fragment

Part of lending.

Activity responsible for displaying the list of LendingObject currently shared by the user

Constructors

<init>

Part of lending.

LendingMasterFragment()

Properties

deleting

the SharedPreferences.Editor used to store values

var deleting: Boolean

Functions

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(savedInstanceState: Bundle?): Unit

onCreateOptionsMenu

Called to inflate the ToolBarMenu

fun onCreateOptionsMenu(menu: Menu, inflater: MenuInflater): Unit

onCreateView

Called to have the fragment instantiate its user interface view.

fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View?

onOptionsItemSelected

Called to inflate the ToolBarMenu

fun onOptionsItemSelected(item: MenuItem): Boolean

onViewCreated

Called when fragments view is initiated

fun onViewCreated(view: View, savedInstanceState: Bundle?): Unit