Skip to content

Instantly share code, notes, and snippets.

@skydoves
Last active April 27, 2022 06:33
Show Gist options
  • Save skydoves/37f8276b05f8a670f7ca3c02895ef990 to your computer and use it in GitHub Desktop.
Save skydoves/37f8276b05f8a670f7ca3c02895ef990 to your computer and use it in GitHub Desktop.
my_fragment_example
class MyFragment: Fragment() {
override fun onCreateView(
inflater: LayoutInflater,
container: ViewGroup?,
savedInstanceState: Bundle?
): View? {
return inflater.inflate(R.layout.fragment_my, container, false)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment