Hello, First of all, I am a very beginner android / java developer, so sorry for the dumb questions I may ask.
I am trying to build a notepad application, very similar to the notepad tutorial on android dev site, but with spinner integrated so that I can select categories of my notes. I got to a point where I set up all the spinner and its categoreis, and now need to grab that selected data and put it into the db (using DbAdapter). I understand how to do it for EditText, but have no idea on how I can grab the selected data from the Spinner, and then store/retrieve. Advice is greatly appreciated. thank you so much! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

