Skip to content

Instantly share code, notes, and snippets.

@ayushmaniac
Last active August 23, 2020 19:01
Show Gist options
  • Save ayushmaniac/3db8d5ab979818d05db97c5f2fa6576a to your computer and use it in GitHub Desktop.
Save ayushmaniac/3db8d5ab979818d05db97c5f2fa6576a to your computer and use it in GitHub Desktop.
class Pizza {
var toppingType : Topping? = null,
var baseType : Base? = null
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(R.layout.pizza_activity)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment