onkeydown

Dialog box issue on android

Hi all, I am loading the data using http connection,when it does i am using progress dialog box. The problem is when i press the hardware back button , dialog box is removed before loading all the data,but data is showed successfully, the code for back button is i have used is, public boolean onKeyDown(int keyCode, KeyEvent event) ...