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

Create Storage Manager #51

Closed CedricCook closed 9 years ago

CedricCook commented 9 years ago

Create an object that will handle connections with the local/remote storage, and CRUD the data. The models will interact with this object to store something, so that if we decide to only store locally for example, we don't need to change the models at all.

timozattol commented 9 years ago

Nice way to encapsulate, and also compatible with "RESTful" if I understood. :+1: