app / com.ocean.ishareeconomy_android.lending / LendingDetailFragment

LendingDetailFragment

class LendingDetailFragment : Fragment

Part of lending.

Fragment responsible for displaying adding items to the list of shared objects

Constructors

<init>

Part of lending.

LendingDetailFragment()

Properties

viewModel

val viewModel: LendingDetailViewModel

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

onCreateView

Called to have the fragment instantiate its user interface view an all the binding configuration

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