[android-beginners] Re: HelloSpinner example runs but gives resource error

2009-06-24 Thread greg
By the way, the emulator correctly displays the string (i.e., planet_prompt) at the top of the spinner selections. Yet, the Problems tab of Eclipse claims that no resource matches the name planet_prompt. Anyone else seeing this error in the HelloSpinner example? - Greg On Jun 24, 2:57 pm, greg

[android-beginners] Re: HelloSpinner Example!!

2009-04-27 Thread weird0
Thanks Romano!! ArrayAdapter got the application to work. You can see the code at developer.android.com in HelloView section. On Apr 27, 9:30 am, Raphael wrote: > Could you give us the exact source code line where this error occurs, > or maybe a short snippet function? That will allow us to und

[android-beginners] Re: HelloSpinner Example!!

2009-04-26 Thread Raphael
Could you give us the exact source code line where this error occurs, or maybe a short snippet function? That will allow us to understand the error in context. Thanks R/ On Sat, Apr 25, 2009 at 11:30 AM, weird0 wrote: > > I tried this simple example from HelloViews. > > But the eclipse IDE gets

[android-beginners] Re: HelloSpinner Example!!

2009-04-25 Thread Roman Romano
Aren't you supposed to put in between the < > what the array holds (eg. )? Regards Roman On Apr 25, 6:30 pm, weird0 wrote: > I tried this simple example from HelloViews. > > But the eclipse IDE gets stuck on this little thing and it does not > recognize ArrayAdapter. It states:- > > "Arra