pfent / Android-MISL-Control

An Android app used to control TAMUs ASEP Robot, controlled a MISL Stack
Apache License 2.0
1 stars 0 forks source link

Implement the Settings Page #8

Closed b3nk4n closed 9 years ago

b3nk4n commented 9 years ago

Implement the SettingsActivity, to do at least the following:

b3nk4n commented 9 years ago

Startet to implement the settings page. The auto generated code of the template was complete removed (because it uses deprecated code). From now on, we use PreferenceFragments.

Currently, the control type selection is implemented only. Other sections are currently empty, but already defined.

pfent commented 9 years ago

Settings page is implemented, we just need to respect the values set there