Ejemplo n.º 1
0
  @Override
  protected void onDestroy() {
    super.onDestroy();

    unbindDrawables(findViewById(R.id.drawer_layout));
    System.gc();
  }