public void onDestroy() {
   handler.release();
 }
 private void showContentAsync() {
   handler.removeRunnablesAndMessages();
   handler.post(showContentAsyncRunnable);
 }