app / com.ocean.ishareeconomy_android.using / UsingDetailFragment

UsingDetailFragment

class UsingDetailFragment : Fragment

Part of using.

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

Constructors

<init>

Part of using.

UsingDetailFragment()

Properties

viewModel

: LendingDetailViewModel the viewModel for displaying the details of a selected LendingObject

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?