Hi i want to display 4 frames in layout which contains customized views.when ever i clicked on one frame it has to occupy total screen. please let me know how to do .
A:
You can set the width and height of the view dynamically, you have to hide the other views before making the clicked view to display full screen.
Vinay
2010-09-21 16:49:11
i have two views in linearlayout. when i clicked on the second view it should expand from 0,0 but it not .can u let me know how to do it.
2010-09-23 12:17:18
You may have to use AbsoluteLayout but it is deprecated now
Vinay
2010-09-23 14:04:52
You can also call onLayout() method on the view which takes left, top, width and height as params.
Vinay
2010-09-24 08:39:44
But i have to display 4 windows which will look exactly like the one in windows os. each one have some data to display and having minimize and maximize button.
2010-09-24 12:18:02
A:
If nothing else helps, you could try adding activities for each different screen you need, right?
kiki
2010-09-24 06:33:31