On Tue, Sep 7, 2010 at 10:54 AM, Schoel <[email protected]> wrote:

> All I've found is this:
>
> http://groups.google.com/group/android-developers/browse_thread/thread/e45bb1c0d373be45
>
> and that reply unfortunately doesn't help me very much.
>

Why not? It's an excellent reply! =P

On Wed, Sep 8, 2010 at 1:35 AM, Schoel <[email protected]> wrote:

> The idea I've gotten so far is to extend the PreferenceScreen class and
> make a PresenceScreen which fills itself with whatever has been saved to it
> when it loads.
>

I don't think a custom PreferenceScreen is necessary. You should be able to
define the layout for your "Profile" screen and create a PreferenceScreen
from it as necessary. Then, for each saved profile, in your
PreferenceActivity you inflate the Profile layout and add it to your
Preference heiarchy, filling it with it's data as necessary.

*NOTE* - this is all theoretical and I've not actually done any of this. =P

-------------------------------------------------------------------------------------------------
TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
transit tracking app for Android-powered devices

-- 
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

Reply via email to