In this activity a user can change his settings. More...


Public Member Functions | |
| boolean | onCreateOptionsMenu (Menu menu) | 
| Shows the menu.  | |
| void | onApplyButtonClick (View view) | 
| Handles click on "apply"-button and sends the modified UserSettings to server and saves GCMsettings on device.  More... | |
| boolean | onOptionsItemSelected (MenuItem item) | 
| Handles clicks on a menu-item and switches to other activity, depending on which item was clicked.  | |
Protected Member Functions | |
| void | onCreate (Bundle savedInstanceState) | 
| Creates the SettingsActivity and shows the saved settings as picked.  | |
In this activity a user can change his settings.
| void unicopa.copa.app.gui.SettingsActivity.onApplyButtonClick | ( | View | view) | 
Handles click on "apply"-button and sends the modified UserSettings to server and saves GCMsettings on device.
If it succeeds the user is informed with a dialog.
 1.8.4