if (tabHost.getCurrentTabTag().equals("tab2")) { LinearLayout listLayout = (LinearLayout) tabHost .getCurrentView().findViewById( R.id.downloadmanage_linearlayou); Adapter_Download_list downloadList = (Adapter_Download_list) listLayout .getChildAt(0); downloadList.refreshListData(); }