OZ10 / Stropping

0 stars 0 forks source link

Database: Refactor to be singleton #18

Closed OZ10 closed 8 years ago

OZ10 commented 8 years ago

Add a singleton to the database helper class so database calls can be made from anywhere in the app (instead of opening and closing each time):

http://stackoverflow.com/a/9286006/3248425

OZ10 commented 8 years ago

Done