Team-Harmony-Dev / LiveColor

LiveColor is an Android app project that aims to provide a clean and practical color-picking experience for on the go. This app stems from a quarter-long project for the CSE115a software design class at UCSC.
https://team-harmony-dev.github.io/LiveColor_Website/
Other
1 stars 1 forks source link

SettingsFragment: Use Android's Settings Activity template but as nested fragments #92

Closed PaigeRiola closed 4 years ago

PaigeRiola commented 4 years ago

Android Settings Activity template provides a clean way to organize and navigate through all of the settings of your app (different navigable categories, titles and descriptions for each setting, etc.) It would also give us a better way to incorporate our credits into the settings fragment by giving it its own category.

image

Would ideally have 3 different categories (as of now):

On the backlog because of the time it would take to implement, including setting it up as nested fragments instead of an activity and transferring the current settings features to new fragment(s)

DanielLuft-Martinez commented 4 years ago

Its done, but could use extra testing/feedback

DanielLuft-Martinez commented 4 years ago

also need to add the new settings, and possibly scroll views eventually