app / sg.edu.ntu.scse.cz2006.gymbuddies.ui.home / HomeFragment / onCreateView

onCreateView

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

Creates the fragment view

Parameters

inflater - LayoutInflater: The Layout Inflater Object

container - ViewGroup?: The View Group

savedInstanceState - Bundle?: Android saved instance state

Return
View?: The view of the fragment