Skip to content

Instantly share code, notes, and snippets.

@Div-e-Sepid
Last active July 6, 2020 08:11
Show Gist options
  • Save Div-e-Sepid/4dc6e4bc661e2a510fdf15a1d16c8d08 to your computer and use it in GitHub Desktop.
Save Div-e-Sepid/4dc6e4bc661e2a510fdf15a1d16c8d08 to your computer and use it in GitHub Desktop.
// passing layout file to AppCompatActivity constructor
class MainActivity : AppCompatActivity(R.layout.activity_main)
// passing layout file to AndroidX Fragment constructor
class MainFragment : Fragment(R.layout.fragment_main)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment