I have an application with remote services and threads that will be started eventually in the services, and I was wondering: should I implement the lifecycle methods such as onPause(), onResume(), onDestroy(), etc. in the Android Activity?
Thanks in advance!