TabHost and Out of Memory
I am using a tabhost which contains three activities in different tabs. Due to too many images for the background UI, this leads to the problem "Out of Memory". Is it possible to destroy other act开发者_如何学JAVAivities which are not in the current tab, and to reconstruct them if need ?
Thanks a lot.
精彩评论