app / com.vmadalin.android / SampleMainActivity

SampleMainActivity

class SampleMainActivity : AppCompatActivity

Base activity class that use the support library action bar features.

See Also

AppCompatActivity

Constructors

<init>

Base activity class that use the support library action bar features.

SampleMainActivity()

Functions

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