timozattol / project-radin

Project Radin is an expense management Android application that was build during EPFL's Software Engineering 2014 course.
2 stars 2 forks source link

SharedPreference and defValue #131

Open philemonf opened 9 years ago

philemonf commented 9 years ago

According to the SharedPreference documentation, you pass a defValue to be returned in case the key has no value in memory. So why don't you check it? For instance, in ProfileChange. And by the way: this can help.