|
DescriptionListens to the lifecycle of an Android Activity. This block creates and Android Activity and listens to all lifecycle events. The actual Android Activity must be provided though the start parameter, as reference to its class. The actual instance is then returned by the onCreate parameter. This class must extend class ArctisAndroidActivity. If it overwrites any of the lifecycle method (like "onCreate"), it must also call the corresponding method of the super class. It can set the layout by declaring the following method: public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout. <ref to layout>); } Origin
Dependencies
|
|
|





