[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 > > Can you post your code here ? > > > On Dec 31 2008, 4:16 pm, "Lawrence Samantha" > wrote: >

[android-beginners] Re: phone EXTENSION on Android

2008-12-31 Thread Lawrence Samantha
27;;' for "hard pause" > > On Dec 26, 4:25 am, "Lawrence Samantha" 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 > >

[android-beginners] phone EXTENSION on Android

2008-12-25 Thread Lawrence Samantha
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

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

2008-12-12 Thread Lawrence Samantha
ad my own software. > > I'm not concerned about the "signed system images". I just want to > write applications, not extend the OS. > > James > > > > -- Lawrence Samantha --~--~-~--~~~---~--~~ You received this message be

[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

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

2008-12-06 Thread Lawrence Samantha
ger in use when this game > class comes into existance. 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 --~--~-~--~~~---~-

[android-beginners] Re: onListItemClick on AlertDialog

2008-12-04 Thread Lawrence Samantha
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... > now how about my 1st question? (modifying the parent AlertDialog > message...) > &

[android-beginners] Re: onListItemClick on AlertDialog

2008-12-03 Thread Lawrence Samantha
named inner > class. 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]> > wr

[android-beginners] onListItemClick on AlertDialog

2008-12-03 Thread Lawrence Samantha
blic void onClick(DialogInterface dialog, int whichButton) { /* What to do... */ } }).show(); } -- Lawrence Samantha --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Grou

[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

[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

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

2008-11-30 Thread Lawrence Samantha
host.addTab(host.newTabSpec("TabTwo") .setIndicator("TabTwo") .setContent(new Intent(this, myList.class))); 2008/11/30 Mark Murphy <[EMAIL PROTECTED]> > > Lawrence Samantha wrote: > > Hi all, > > I've been trying

[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 --~--~-~--~~~--

[android-beginners] help with error on tabhosts & intent

2008-11-30 Thread Lawrence Samantha
s: http://schemas.android.com/apk/res/android"; android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" > and here is row.xml http://schemas.android.com/apk/res/android"; android:

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

2008-11-24 Thread Lawrence Samantha
L PROTECTED]> > > wrote: > >> > >> I know you can develop apps for the android market... but can I write > >> them for my own personal use? To use on my Google phone (if I should > >> buy one, this is a big selling point). Or is this impossible.. > >&

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

2008-11-24 Thread Lawrence Samantha
ne (if I should > buy 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 p

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

2008-11-19 Thread Lawrence Samantha
ave > much left to be done.... > > Thank you all in Advance... > > > Hussein > > > > -- Lawrence Samantha --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To

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

2008-11-19 Thread Lawrence Samantha
nch! -- Mar 16-20, 2009 > http://www.bignerdranch.com/schedule.shtml > > > > -- Lawrence Samantha --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send ema

[android-beginners] Re: Importing Jars

2008-11-19 Thread Lawrence Samantha
t;>> > 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 >>&

[android-beginners] Re: Unsuccessful Install

2008-11-11 Thread Lawrence Samantha
that I need to > sign the .apk files. I haven't figured out exactly how to do that yet. > > best of luck. Oh and I 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 thr

[android-beginners] Re: Unsuccessful Install

2008-11-10 Thread Lawrence Samantha
ay I'm very frustrated, I have no idea how to trouble > shoot this and move forward. > > FYI I have Unknown Sources checked in my settings. And I've > successfully installed plenty of non market apps both over the air and > off t