Category "oncreate"

What happens when we call finish() in onCreate() method?

What happens when we call the finish()method for the activity inside onCreate()? Will the app get time to display the Activity, but then rapidly close, or won't

Where to set all Listeners?

Where to set all Listeners for the user interfaces? Is it good practice to set them in onCreate? This looks so unstructured and strange. Is there a better place