First register the service Populate a DBParcelable object and send as a Parcelable with an intent
Adds a row to a step table with timings for a particular step.
Intent mServiceIntent = new Intent(getActivity(), DBHandlerService.class); mServiceIntent.putExtra(DBHandlerService.PARCELABLE_NAME, dbParcelable); // Starts the IntentService startService(mServiceIntent);