This may be a bit of a noob question I'm not sure, sorry if it is but I've done a lot of searching to no avail.
At this current moment in time I have a widget that when added to the homescreen opens a android:configure activity. All well and good, that's how the dev.android site shows it.
I recently stumlbed across the PreferenceActivity though and it seems perfect to what I need. I have a preferences.xml which is straight forward but I'm stuck on the java behind that. How do I implement this exactly? Should I disregard android:configure entirely and get rid of it? Am I supposed to implement the PreferenceActivity side by side with the configure activity?
I have looked at plenty of PreferenceActivity tutorials but of course none of them centre around working with widgets so I'm lost. I want it to work in the same way a Configure activity would work. When you add the widget to the homescreen it pops up so the user can changes things before placing it.
I would really appreciate any help on this. Thanks in advance.