Hi, you could use a standard layout with EditText and other elements
and then use SharedPreferences class (http://code.google.com/android/
reference/android/content/SharedPreferences.html) to edit() and commit
() whatever value they enter to the preferences file.


On Feb 11, 10:59 pm, Kuba Lipiński <jakub.lipin...@gmail.com> wrote:
> Hi,
>
> I have a Preferences dialog with some EditTextPreference elements. The
> preference values can be edited by end-users when they click on the
> particular item. However, at the first application launch, I would
> like to create a sort of wizard to guide the end-users through the
> configuration. I need to show the EditTextPreference edit dialog
> programatically. Somehow I need to emulate the end-user clicked on the
> preference.
>
> Is it possible?
>
> Cheers,
>
> Kuba
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to