How to create windows from layout without accessing disk?
Posted: Tue Jun 21, 2011 01:33
We need to create some windows on the fly. Now we are using WindowManager::loadWindowLayout() to do it. Because it accesses hard disk, or for some other reasons besides, we are suffering performance problem.
Is there any good methods to create windows from layout config in real time?
Is there any good methods to create windows from layout config in real time?