CMPUT301F15T13 / TheAllSwap

CMPUT 301 Group Project!
Apache License 2.0
0 stars 1 forks source link

Making singletons #28

Closed smithe0 closed 9 years ago

smithe0 commented 9 years ago

I am going to be making a singleton to access a bunch of resources that we are passing to every activity. This is the source of quite a few bugs we are currently having with updating etc. I fixed a bunch of them earlier with workarounds but this will be overall much better. I'll be doing this alongside the update to the way we start activities in the back button issue. So it is my next task that I'll be working on.

smithe0 commented 9 years ago

This is completed access to both userList and currentUser are now done through singletons.