[android-beginners] Re: phone EXTENSION on Android

2009-01-02 Thread Lawrence Samantha
: 650253p253 On Android, I tried putting 650253.253 but it just comes up as 650253253 without pause, thus leading to an illegal phone number. 2009/1/1 shimo...@gmail.com shimo...@gmail.com Can you post your code here ? On Dec 31 2008, 4:16 pm, Lawrence Samantha lawre...@olentz.net wrote

[android-beginners] Re: phone EXTENSION on Android

2008-12-31 Thread Lawrence Samantha
26, 4:25 am, Lawrence Samantha lawre...@olentz.net wrote: Hi all,does anyone knows how we can save extension number on our contact list? In Nokia, we can put p for pause, so it will dial the number first then pause until it picks up - and it will automatically dial the extension. In iPhone

[android-beginners] phone EXTENSION on Android

2008-12-25 Thread Lawrence Samantha
to find the same functionality on Android, but I can't find one. Any idea? Thanks. -- Lawrence Samantha --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android

[android-beginners] Re: T-mobile G-1 new Contract

2008-12-12 Thread Lawrence Samantha
not concerned about the signed system images. I just want to write applications, not extend the OS. James -- Lawrence Samantha --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post

[android-beginners] Re: onListItemClick on AlertDialog

2008-12-08 Thread Lawrence Samantha
I'm still stuck on this. Anyone can help, pretty please? 2008/12/4 Lawrence Samantha [EMAIL PROTECTED] or is that even possible? Thanks guys. 2008/12/4 Lawrence Samantha [EMAIL PROTECTED] okay, i solve the parameter passing by using named inner class instead of anonymous inner class

[android-beginners] Re: One problem with varible passing

2008-12-06 Thread Lawrence Samantha
. So I can't pass the value even by creating the object of activity class. Is there any way I can solve this? Thanks, Mitul -- Lawrence Samantha --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-beginners] onListItemClick on AlertDialog

2008-12-03 Thread Lawrence Samantha
) { /* What to do... */ } }).show(); } -- Lawrence Samantha --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send

[android-beginners] Re: onListItemClick on AlertDialog

2008-12-03 Thread Lawrence Samantha
. Alternatively you can use this method: final int[] currentPosition = new int[] { position }; // ... // in the inner class currentPosition[0] = theNewPosition; On Wed, Dec 3, 2008 at 4:19 PM, Lawrence Samantha [EMAIL PROTECTED] wrote: So I have an AlertDialog, and I have one textview and 2

[android-beginners] help with error on tabhosts intent

2008-11-30 Thread Lawrence Samantha
...can anyone please help? Thanks. -- Lawrence Samantha --~--~-~--~~~---~--~~ 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 unsubscribe

[android-beginners] Re: Authenticate a gmail account

2008-11-30 Thread Lawrence Samantha
what apps are you refering to? 2008/11/27 murray [EMAIL PROTECTED] Can someone point me in the direction of authenticating a gmail account, like some apps I see on the Android device. -- Lawrence Samantha --~--~-~--~~~---~--~~ You received this message

[android-beginners] Re: help with error on tabhosts intent

2008-11-30 Thread Lawrence Samantha
) .setIndicator(TabTwo) .setContent(new Intent(this, myList.class))); 2008/11/30 Mark Murphy [EMAIL PROTECTED] Lawrence Samantha wrote: Hi all, I've been trying to debug this problem all day long and can't seem to find the breakthrough. I'm using tabhosts

[android-beginners] Re: help with error on tabhosts intent

2008-11-30 Thread Lawrence Samantha
Now getTabHost() triggers this error.. Could not create tab content because could not find view with id 2131034121 2008/11/30 Mark Murphy [EMAIL PROTECTED] Lawrence Samantha wrote: Hey Mark! I have your book, it's a good book for android beginner like me.. when is version 1.9 going

[android-beginners] Re: help with error on tabhosts intent

2008-11-30 Thread Lawrence Samantha
omg mark, you are really a blessing! thank you! i got it to work :) thx a bunch, good luck with your 1.9 releases! 2008/11/30 Mark Murphy [EMAIL PROTECTED] Lawrence Samantha wrote: Now getTabHost() triggers this error.. Could not create tab content because could not find view with id

[android-beginners] Re: Can I write apps for myself and not for android market?

2008-11-24 Thread Lawrence Samantha
one, this is a big selling point). Or is this impossible.. -- Lawrence Samantha --~--~-~--~~~---~--~~ 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

[android-beginners] Re: Can I write apps for myself and not for android market?

2008-11-24 Thread Lawrence Samantha
point). Or is this impossible.. -- Lawrence Samantha --~--~-~--~~~---~--~~ 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

[android-beginners] Re: Importing Jars

2008-11-19 Thread Lawrence Samantha
, I wanted to know how to bring in external Jars into the Android Application? The issue I'm having is that I have imported all the Jars that I want however when I run my program it doesn't seem to be able to access them. Any ideas? Sincerely, Jeremy -- Lawrence Samantha

[android-beginners] Re: View.SetBackgroundColor(int color) simple question

2008-11-19 Thread Lawrence Samantha
alpha channel). So, for example, 0xFF00FF00 is solid green, if my cold-fogged brain isn't screwing this up... -- Mark Murphy (a Commons Guy) http://commonsware.com Android Training on the Ranch! -- Mar 16-20, 2009 http://www.bignerdranch.com/schedule.shtml -- Lawrence Samantha

[android-beginners] Re: OnClick Listener problems...please HELP!

2008-11-19 Thread Lawrence Samantha
-- Lawrence Samantha --~--~-~--~~~---~--~~ 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 unsubscribe from this group, send email to [EMAIL PROTECTED

[android-beginners] Re: Unsuccessful Install

2008-11-11 Thread Lawrence Samantha
should point out... I don't know what I'm doing. I wouldn't suggest this stuff If I weren't doing it myself... but I'm kind stumbling through it all. On Nov 10, 9:20 pm, Lawrence Samantha [EMAIL PROTECTED] wrote: I had the same problem too, posted a thread on another forum (anddev) and got

[android-beginners] Re: Unsuccessful Install

2008-11-10 Thread Lawrence Samantha
Sources checked in my settings. And I've successfully installed plenty of non market apps both over the air and off the sd card. Alright android geniuses thats where I'm at can you help me? -- Lawrence Samantha --~--~-~--~~~---~--~~ You received