[android-beginners] Birthday Please

2010-03-04 Thread Vimal Rajpara
Hello Click on the link below and please enter your birthday for me. It will take less than one minute. http://www.birthdayalarm.com/bd2/86542458a986447382b1503803506c41445896d1386 Thank You, Vimal -- You received this message because you are subscribed to the Google Groups "Android Beginner

Re: [android-beginners] Re: Detecting spinner selections

2010-03-04 Thread TreKing
On Thu, Mar 4, 2010 at 9:13 PM, -DC- wrote: > But that's the whole point: if mDirectories is a Spinner, you can't > call setOnItemClickListener() or it throws an exception (per the SDK). > Whoops. I meant setOnItemSelectedListener(), that's the link in my original post and that's the anonymous c

[android-beginners] Re: Detecting spinner selections

2010-03-04 Thread -DC-
But that's the whole point: if mDirectories is a Spinner, you can't call setOnItemClickListener() or it throws an exception (per the SDK). The example at the bottom of this page shows the same thing, but again, it doesn't work for a Spinner: http://developer.android.com/intl/de/guide/topics/ui/bin

Re: [android-beginners] Dev phone messes up laptop boot

2010-03-04 Thread Vishwanath Kamath Pethri
I agree I have experienced this. Even with my Ipod Classic. On Thu, Mar 4, 2010 at 9:51 PM, Mark Murphy wrote: > BobG wrote: > > Acer aspire with windows 7 wont get past the 'acer press f2 for setup' > > screen if the dev phone is plugged into the usb. Dont know if this is > > any phone

[android-beginners] Re: Instrumentation testing

2010-03-04 Thread Kitzy
> $InstrumentationThread.run(Instrumentation.java:1447) > Caused by: java.lang.NullPointerException: Method name must not be > null. Check line 1447 of your Insrumentation class... -Kitzy -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NE

Re: [android-beginners] Re: Detecting spinner selections

2010-03-04 Thread TreKing
On Thu, Mar 4, 2010 at 5:44 PM, -DC- wrote: > Great, but I'm not sure how I use it. Can you provide some sample code > based on what I've currently got (below)? > The link I gave you is for setting an ItemSelectedListener. So step one is to actually create one: OnItemSelectedListener oisl = new

[android-beginners] Re: Detecting spinner selections

2010-03-04 Thread -DC-
Great, but I'm not sure how I use it. Can you provide some sample code based on what I've currently got (below)? private Spinner mDirectories; List result1 = new ArrayList(); result1.add("Test"); ArrayAdapter adapter = new ArrayAdapter( this, android.R.layout.simple_spinner_i

Re: [android-beginners] Norton Internet Security 2010 v17.5.0.127 Final

2010-03-04 Thread Kevin Brooks
This looks like a advertisement. Is that allowed in this forum? On Thu, Mar 4, 2010 at 4:14 PM, soso essa wrote: > Panda Antivirus Pro 2010 9.01.00 > http://alagmysoft.blogspot.com/2010/02/panda-antivirus-pro-2010-90100.html > Avast! Free Antivirus 5.0.418 Final > > http://alagmysoft.blogspot.c

[android-beginners] Norton Internet Security 2010 v17.5.0.127 Final

2010-03-04 Thread soso essa
Panda Antivirus Pro 2010 9.01.00 http://alagmysoft.blogspot.com/2010/02/panda-antivirus-pro-2010-90100.html Avast! Free Antivirus 5.0.418 Final http://alagmysoft.blogspot.com/2010/02/avast-free-antivirus-50418-final.html Kaspersky Internet Security 2010 + Keys [61 Update] http://alagmysoft.blogspot

[android-beginners] Is wav frequency adjustable?

2010-03-04 Thread BobG
Is there a programmatic way to speedup and slowdown a looping wav file like there is in directsound? I'm going bling chasing thru the class references. Thanks. -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your

[android-beginners] Re: HelloGoogleMaps : getting error instead of AlertDialog display

2010-03-04 Thread yodaa
@Vavid Yep, you're absolutely right about the constructor. The relevent Context wasn't passed as a parameter to new HelloItemized objet. Something is not clear to me in this tutorial: what is the Context I should pass to the HelloItemized objet? Tutorial URL: http://developer.android.com/resource

Re: [android-beginners] Dev phone messes up laptop boot

2010-03-04 Thread Mark Murphy
BobG wrote: > Acer aspire with windows 7 wont get past the 'acer press f2 for setup' > screen if the dev phone is plugged into the usb. Dont know if this is > any phone or any computer, but I was real bummed that it wouldnt boot, > then I unplugged the phone and it was like being reborn. Hope this

[android-beginners] Dev phone messes up laptop boot

2010-03-04 Thread BobG
Acer aspire with windows 7 wont get past the 'acer press f2 for setup' screen if the dev phone is plugged into the usb. Dont know if this is any phone or any computer, but I was real bummed that it wouldnt boot, then I unplugged the phone and it was like being reborn. Hope this helps someone? --

[android-beginners] Re: Class Diagram

2010-03-04 Thread BobG
I'll second that request. -- 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://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to androi

[android-beginners] Re: Can't access layout views from inside parent view

2010-03-04 Thread Kitzy
Try removing the line and Can it access it then? -Kitzy On Feb 28, 12:54 pm, daHouse wrote: > In my foo_layout.xml file I have a subclassed RelativeLayout: > > ... >             android:id="@+id/timer"/> > > > > Then I have a java file FooView.java with the class extending > RelativeLayout

[android-beginners] Re: Content Provider General Questions For a Newbie

2010-03-04 Thread Kitzy
The best way to get you head around things is to start diving into the code. Start developing the hello android tutorrials. -Kitzy On Mar 1, 2:19 am, Hugh wrote: > Hello there, > > I just found this beginner's forum, which is clearly me. > > Is there a very clear tutorial on content providers an

Re: [android-beginners] Detecting spinner selections

2010-03-04 Thread TreKing
On Wed, Mar 3, 2010 at 10:07 PM, -DC- wrote: > Does someone have a simple solution for this? > Tip: when you can't find the functionality you need in a given class, check its base classes. In this case, you would find this: http://developer.android.com/intl/de/reference/android/widget/AdapterVie

[android-beginners] Positioning/Layout of the Input Method / Soft Keyboard

2010-03-04 Thread Aracos
Hi everyone, For an Android 1.5 device I need to implement a new Soft Input (Soft Keyboard) that is not located at either side of the Screen but rather at a corner. I have the layout ready but I can’t get the InputMethodManager to locate my input Method View to be displayed before the Activity with

[android-beginners] Re: How I get values from a ListPreference??

2010-03-04 Thread JGabiMark
I did it! Thanks a lot! On Mar 2, 10:41 pm, TreKing wrote: > On Mon, Mar 1, 2010 at 4:14 PM, JGabiMark wrote: > > Now I want to get the value clicked in the ListPreference, in the java > > class. > > > How can I do it? > > Use the key you've specified in the XML file (in this case "denbora_3g")