Top "Oncreate" questions

onCreate refers to one of the lifecycle methods for several components on the Android platform.

Android: service destroyed when display is rotated

I've got a service that is running in a separate process. I'm finding that after the main process UI thread …

android service oncreate ondestroy
Difference between getExtras(name).getString and getIntent().getStringExtra(name)

I have some error reports on my Android app, it's a Nullpointerexception in onCreate() in an Activity. The code that …

android android-intent nullpointerexception bundle oncreate