[android-beginners] Activities and Multiple Views

2010-08-03 Thread Revathi K J Ramanan
Hi, I start a browser and from the browser,I start a video which occupies only a small part of the screen,say the bottom right corner. Now the browser will be pushed to the 2nd position in the window order and Video will come to the first position. Is it possible that browser can have the

[android-beginners] Closing the activity completely

2010-08-02 Thread Revathi K J Ramanan
function and will it have any major effect? Please help me out in this. Thanks in advance. Regards, Revathi K J ramanan -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question on Stack Overflow at http

[android-beginners] Bringing activity to front -Urgent help

2010-07-27 Thread Revathi K J Ramanan
Hi, I have two resized activities ,say alarm clock and settings,running on my android screen. Both can be seen in the screen as they are resized. Say alarm clock is the active window and settings is inactive. Now I want to make the settings active by clicking the settings region in the screen.

[android-beginners] Bringing activity to front -Urgent help

2010-07-27 Thread Revathi K J Ramanan
Hi, I have two resized activities ,say alarm clock and settings,running on my android screen. Both can be seen in the screen as they are resized. Say alarm clock is the active window and settings is inactive. Now I want to make the settings active by clicking the settings region in the screen.

[android-beginners] Re: Titkle bar display

2010-05-06 Thread Revathi K J Ramanan
is ,Is there any possibility of hiding the title bar after setContentView() Thanks in advance. Regards, Revathi K J Ramanan On May 4, 6:59 pm, TreKing treking...@gmail.com wrote: On Tue, May 4, 2010 at 12:24 AM, Revathi K J Ramanan revathiramana...@gmail.com wrote: Is it possible

[android-beginners] Titkle bar display

2010-05-03 Thread Revathi K J Ramanan
Hi, Is it possible to disable title bar display dynamically after setting the content view by setting the NoTitlebar theme? All the posts I have read told that any title bar changes we can make only before setContentView() call.. Thanks in advance, Revathi -- You received this message because

Re: [android-beginners] can we launch an activity from windowManagerService?

2010-03-01 Thread Revathi K J Ramanan
HI Justin, I am modifying the android source code. The error i am encountering is cannot find symbol. startActivity(Intent).. Should i use getContext().startActivity(Intent)??? I am trying this in dispatchKey() function in windowManagerService . Thanks in advance On Mon, Mar 1, 2010 at 7:32