JDNdeveloper / Off-By-One

CMPS 115 Project: Jayden Navarro, John Gemignani, Alex Gonzalez, Kevin Cheng, Josh Innis
0 stars 0 forks source link

Use proper UNSORTED default for the containers #102

Closed JDNdeveloper closed 9 years ago

JDNdeveloper commented 9 years ago
  1. In SharedStorage create an UNSORTED GSON iteral for Reminder and Lifestyle. Enabled by default.
  2. In Constants keep track of the keys.
  3. In Array Adapters change to check if it's the unsorted key.
  4. In SharedStorage change all of the literals to make sure that the referenced container keys are the proper unsorted keys.

@JohnGemignani

JDNdeveloper commented 9 years ago

Not enough time to do this.