I have been able to successfully implement Shared Preferences into my application but I have ran into a problem with the data being reset/deleted if I kill the application through a task manager. I am using a static method for saving, that way I only need the method once and can call it everywhere within my app. As soon as