public void onApplicationStop() {
    /*
     *
     *  Close the ptr to the gesture DB
     *
     *
     */

    myDBAdapter.closeDB();
  }