Skip to content

Instantly share code, notes, and snippets.

@vamsitallapudi
Created December 10, 2019 15:48
Show Gist options
  • Save vamsitallapudi/f7f93d2b1dcd885cfb935b97177f177e to your computer and use it in GitHub Desktop.
Save vamsitallapudi/f7f93d2b1dcd885cfb935b97177f177e to your computer and use it in GitHub Desktop.
class ExampleFragment : Fragment() {
...
...
companion object {
fun newInstance() : ExampleFragment {
return ExampleFragment()
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment