[android-developers] Re: how to switch windows like browsers?

2009-06-16 Thread Dianne Hackborn
You could look at the open-source browser code to see what it is doing... On Mon, Jun 15, 2009 at 8:39 PM, tstanly tsai.sta...@gmail.com wrote: hi all, i want to do the function of switch windows, like the browsers do now, eg: when i open a web1 and web2,i can use the Window function in

[android-developers] Re: how to switch windows like browsers?

2009-06-16 Thread Saurav Mukherjee
heres wat u can do, try settin up a tablelayout and paste ur views as cells in the table, dynamic rows but jus two cols... there might be some Animations that can do the zoom in and out effects... cheers. On Tue, Jun 16, 2009 at 12:53 PM, Dianne Hackborn hack...@android.comwrote: You could

[android-developers] Re: how to switch windows like browsers?

2009-06-16 Thread JdbcDroid
to use a window function in the menu button you need to configure the menu like this: public class MyActivity extends Activity { @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); ... }

[android-developers] Re: how to switch windows like browsers?

2009-06-16 Thread JdbcDroid
to use a window function in the menu button you need to configure the menu like this: public class MyActivity extends Activity { @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); ... }