-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sample app code? #4
Comments
Here's a sample code, if anyone wants to check out: activity_main.xml
SettingsActivity.java
pref_general.xml
|
As someone not that familiar with fragments (I'm in the process of porting an old app from Action Bar Sherlock activities to ActionBarActivities with fragments), this was actually really helpful. Thanks. |
@gstorer I've also made a library that doesn't require you to use a fragment for the preferences, if you wish: |
I have a question:
Please clarify scheme of use that works on pre-Honycomb and post-Honeycomb:
|
@michzio Sadly, it's just the simple usage. no headers and such, as they weren't introduced on pre-Honeycomb, and the support library doesn't have those... |
@michzio If you wish, you can check out my library that adds actionBar for PreferenceActivity: |
Can you please put a sample of how to use the library?
I know it's very easy to make it, but I think that every library should offer a sample.
The text was updated successfully, but these errors were encountered: