class SampleMainActivity : AppCompatActivity
Base activity class that use the support library action bar features.
See Also
<init> |
Base activity class that use the support library action bar features. SampleMainActivity() |
onCreate |
Called when the activity is starting. This is where most initialization should go: calling AppCompatActivity.setContentView to inflate the activity's UI, using AppCompatActivity.findViewById to programmatically interact with widgets in the UI. fun onCreate(savedInstanceState: Bundle?): Unit |