[android-beginners] Re: selecting item from a list

2010-05-10 Thread moiraine
help, Moiraine On May 8, 5:37 pm, Mark Murphy mmur...@commonsware.com wrote: moiraine wrote: I'm trying to use a ListView with Buttons beneath the listview, and am running into problems where the listview and buttons just don't realize each other are there (they overlap) Currently the xml

[android-beginners] selecting item from a list

2010-05-08 Thread moiraine
what I'm looking for. Thanks, Moiraine -- 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

[android-beginners] Re: calling a layout

2010-04-25 Thread moiraine
onclicklistener I want to test the spinner to see what its value is, then show the right layout. On Apr 24, 5:41 pm, Mark Murphy mmur...@commonsware.com wrote: moiraine wrote: Some background:  I have a Spinner, with options address and business, and I've done some research and I think it's hard

[android-beginners] Re: calling a layout

2010-04-25 Thread moiraine
not understanding something, I tried making two ViewFlippers and calling one then the other, but that didn't work either =( Thanks for the help so far and any after, Moiraine On Apr 25, 4:12 am, Mark Murphy mmur...@commonsware.com wrote: moiraine wrote: Hrm, I'm really tired right now so might

[android-beginners] calling a layout

2010-04-24 Thread moiraine
this? I was unsuccessful in finding a way through google, but might have just been looking for the wrong thing. Thanks, Moiraine -- 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

[android-beginners] calling an existing app with an intent

2010-04-16 Thread moiraine
I'm trying to write an app that contains a store locator, and right now the best solution I can think of is to use the already-existing app, YellowPages. Is it possible to call the YellowPages app in an intent, and have it return the location? If so, can someone help me out or give me some