Put the lines in the correct order for this code to work.
Inflater, container, and savedInstance should have the correct order.
Put the lines in the correct order for this code to work.
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