0
ARAmin Rahkan
The code in this block is used to inflate a new View within a given ViewGroup. It uses the FragmentReportBinding class to attach the new View to the fragment's Report object.
0 Comments
override fun onCreateView( inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle? ): View { binding = FragmentReportBinding.inflate(inflater, container, false) return binding.root }