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
android what to use instead of onRestart() in a fragment

I'm dealing with .setVisibility() of a view, inside my main fragment at app start. So what I want is that …

java android lifecycle oncreate