I am having tab host with three tabs.In the first tab i am doing some bitmap operations on a canvas(bit heavy). Whenever i move on to second or third tab,the activity in the tab goes blank.I have a edit text in tab 1,so when ever the soft keyboard pops up, the rest of tabs are working fine.I think it is because the window gets re-sized when soft keyboard pops up.I think if i am able to re-size or refresh the tab 1 i will be able to see the contents properly in rest of the tabs.Is there any way i can re-size the current window or refresh the window.I tried to set width and height using LayoutParams but it is not resizing actually.Also the tabs starts working properly when i change the orientation probably because the entire tab host is getting re-created. Is there any one who has faced similar problem?
Any help would be appreciated.