Notification from Android, the activity has been started

Followed by on_resume or on_stop.

Property definitions

android $ Activity :: on_start
	# Notification from Android, the activity has been started
	#
	# Followed by `on_resume` or `on_stop`.
	fun on_start do app.on_start
lib/android/nit_activity.nit:246,2--249,29