Fragments class

Report a typo

Put the lines in the correct order for this code to work.

Inflater, container, and savedInstance should have the correct order.
Reorder lines using drag or arrows. Adjust indentation with left buttons
                override fun onCreateView(
              
                savedInstanceState: Bundle?
              
                class SomeFragment : Fragment(){
              
                ): View? {
              
                }
              
                }
              
                container: ViewGroup?,
              
                return super.onCreateView(inflater, container, savedInstanceState)
              
                inflater: LayoutInflater,
              
___

Create a free account to access the full topic