Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Data model refactoring checklist

Paul Bourke edited this page Mar 20, 2014 · 2 revisions

Ref http://programmers.stackexchange.com/q/232691/123678

  1. Finish refactoring each PhotoGridFragment to use new IDataModel interface
  2. Fix up all other uses of PhotoViewerActivity to be compatible
  3. Test data retention (ensure load() restores all member data)
  4. Thread safety of new models
Clone this wiki locally