Hi all,

I apologize if this has been covered somewhere already, but after
looking through all the SDK documentation, searching google (and the
Android groups), and fruitless requests on #android, I'm stuck asking
for help on this list.

In my application, I'm sending notifications to the user, and I would
like to allow the user to select, from a settings screen/activity, the
ringtone used for the notification.  I know that the RingtoneManager
object can return a Cursor via getCursor(), but I can't seem to figure
out the appropriate method of sticking that data into the Spinner.
I've tried using a SimpleCursorAdapter as best as I could figure out
with the help of Spinner-related information online, but it seems that
any efforts always result in my app crashing/force-closing whenever I
try to load the settings activity.

Can anyone point me to any tutorial, app code, or SDK documentation
that might help cover this specific usage?  I've seen plenty of apps
on the market use something exactly like what I want (Locale, K-9,
etc), but none of those apps seem to be open source, so I can't look
at them.

Any help would be greatly appreciated.  Cheers

--
John Reese
LeetCode.net

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to