@Override
  public void onDetach() {
    super.onDetach();
    mRoboterHelper.stopPinging();

    mListener = null;
    mRoboterHelper = null;
  }