Skip to content

Instantly share code, notes, and snippets.

@gokmenbayram
Created December 26, 2020 19:07
Show Gist options
  • Save gokmenbayram/207c114be1404c60dc945ae95cd3a964 to your computer and use it in GitHub Desktop.
Save gokmenbayram/207c114be1404c60dc945ae95cd3a964 to your computer and use it in GitHub Desktop.
class HomeFragment : Fragment() {
private var binding: FragmentHomeBinding? = null
override fun onCreateView(
inflater: LayoutInflater,
container: ViewGroup?,
savedInstanceState: Bundle?
): View? {
binding = FragmentHomeBinding.inflate(inflater, container, false)
return binding.root
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment