open fun onCreateView(@NonNull inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View?
Creates the fragment view
inflater
- LayoutInflater: The Layout Inflater Object
container
- ViewGroup?: The View Group
savedInstanceState
- Bundle?: Android saved instance state
Return
View?: The view of the fragment