[android-beginners] Re: Netty on Android?

2009-01-18 Thread Monk
Thanks, that permission did it! Still have some trouble with Netty, but hopefully will solve them on the Netty Mailinglist. On 15 Dez. 2008, 23:46, Mark Murphy mmur...@commonsware.com wrote: Monk wrote: In the SecureChat example I get ERROR/OSNetworkSystem(272): unknown socket error -1

[android-beginners] Re: setText not changeing

2009-01-18 Thread Mark Murphy
Eddie O'Hagan wrote: I think I found what u were talking about. myCalcButton.setOnClickListener(new Button.OnClickListener() { public void onClick(View v) { double billNum = Double.parseDouble(myBillAmt.getText

[android-beginners] Re: I hate layouts

2009-01-18 Thread conan
I tried the following layout and works fine for me LinearLayout android:id=@+id/widget45 android:layout_width=fill_parent android:layout_height=wrap_content android:orientation=horizontal EditText android:id=@+id/editName

[android-beginners] Re: setText not changeing

2009-01-18 Thread Eddie O'Hagan
Thanks alot for all your help. My program now works. Since Im a Computer Science Major they dont usualy teach GUI programming so setting up a listener is somewhat forgen to me. On Jan 18, 10:17 am, Mark Murphy mmur...@commonsware.com wrote: Eddie O'Hagan wrote: I think I found what u were

[android-beginners] Re: I hate layouts

2009-01-18 Thread Faber Fedor
On Sun, Jan 18, 2009 at 11:11 AM, conan amit.r...@gmail.com wrote: I tried the following layout and works fine for me Really? Hmmm.. LinearLayout android:id=@+id/widget45 android:layout_width=fill_parent android:layout_height=wrap_content

[android-beginners] Re: Moving project between machines

2009-01-18 Thread Faber Fedor
Here's the procedure I found that works (as mentioned on my shiny new bloghttp://faberfedor.blogspot.com/ ): Tar up the workspace on one machine, transfer them to the new one, delete the old dir, untar and thenright-click, select Import - From Existing Files. No problems since. On Sat, Jan

[android-beginners] XML example of ExpandableListView

2009-01-18 Thread Tom
Anyone have a pointer to an example of an all XML ExpandableListView? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com To

[android-beginners] Using android menu icons.

2009-01-18 Thread Ivan Soto
Hi, is it possible to use the typical android icons for settings menu or search, stop, etc. are they available somewhere? I would like my apps to have the same look and feel as native applications. Thanks. --~--~-~--~~~---~--~~ You received this message because

[android-beginners] How to set airplane mode on/off.

2009-01-18 Thread Naeem
Hi All, I want to switch on/off airplane mode programmatically. How can I do this. Anybody can help me. Thaks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email

[android-beginners] :: Flash Games

2009-01-18 Thread Imran
Hi All..#!! i am flash developer so i am planning for developing flash games for android. but i want to know does Android Support flash now...?? Cheers, Imran --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-beginners] How can multiple applications running at the same time

2009-01-18 Thread lili
In the project in a different folder create a lot of java files I do not know how to make these applications in the run-time is at the same time? How to write code? Thank you I'm using Eclipse 3.3 jdk 1.6 --~--~-~--~~~---~--~~ You received this message