ekelly / Husky-Hunters-Android

3 stars 0 forks source link

Refactor clues #16

Closed ekelly closed 12 years ago

ekelly commented 12 years ago

The database should be the underlying data source. We shouldn't even have to deal with the database. We should abstract our representation of clues, have it contain the database and deal with all of the data issues, including accessing, setting, and getting. Also, the adapter class should be renamed, as it is not an adapter in the android sense of the word.

ekelly commented 12 years ago

Fixed