Created
February 1, 2021 18:41
-
-
Save abhishekBansal/faa581dc9a2bc9b83d4ad5eaf4f30186 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class DemoFragment : Fragment(R.layout.fragment_demo) { | |
| private val binding by viewBinding(FragmentDemoBinding::bind) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment