[android-developers] Unable to run Basic Hello World android program

2012-03-23 Thread Souvik Chowdhury
every item mentioned in the threads.But all my effort is in vein. I am stucked in this place.Kindly please help me.I am really having no idead whatsoever. Regards, Souvik Chowdhury -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: A window does not automatiacally resize when an IME is shown

2009-05-27 Thread souvik
Hi, Can u please tell me how do u re size the window? Any sample code. For example.. I have developed one application and i want to resize in on runtime. How do i do so? Thanks, Souvik On May 12, 5:52 am, freelancer303 freelancer...@gmail.com wrote: Hi, I am using the following attributes

[android-developers] Re: How to add menu item dynamically

2008-12-01 Thread souvik
to the menu.  It's not conceptually different than doing it statically.  The XML inflate method isn't going to work for dynamic data, so it'll have to happen in your code. -- Eric On Dec 1, 1:01 am, souvik [EMAIL PROTECTED] wrote: Hi, I want to add menu item dynamically. Instead of adding

[android-developers] How to add menu item dynamically

2008-11-30 Thread souvik
this a1.txt and add 1.Question1 ,2.Question2 as menu item. Please provide some sample code. Thanks, Souvik --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] launch one application from another application

2008-11-28 Thread souvik
in advance! -souvik --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email

[android-developers] Re: launch one application from another application

2008-11-28 Thread souvik
to launch on click. Getting one error msg: Snake can not resolve this type ,create snake class. What could be the problem! -souvik On Nov 28, 10:53 pm, Mark Murphy [EMAIL PROTECTED] wrote: souvik wrote:       Now if i want to launch android calculator when i click that button, what i have to do