ucsb-cs56-projects / cs56-android-smoke-signals

-
GNU General Public License v3.0
1 stars 7 forks source link

Refactor Settings #48

Closed ankushrayabhari closed 6 years ago

ankushrayabhari commented 6 years ago

Currently, settings is a bloated class that couples the UI activity of editing settings with the backend of storing the settings. Consider splitting up settings into a backend class like SettingsService and factor out all the SharedPreferences code into there.

lanthony159 commented 6 years ago

F17 OK (200 pts)

seemantasaha commented 6 years ago

W18 OK. 200 points.

seemantasaha commented 6 years ago

Resolved.