Letractively / choosel

Automatically exported from code.google.com/p/choosel
0 stars 0 forks source link

Introduce data sources manager #93

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Right now, data sources get added to a singleton data source presenter in the 
ActionBar. The goal of this refactoring is to introduce an abstract data source 
manager that manages a set of resource sets. It fires events when sets are 
added or removed and allows accessing the collection of data sources (resource 
sets). 

This data source manager should be available as an injected singleton and the 
different presentations (e.g. ActionBar, Menu) should be views on the data 
source manager (and get updated when its content changes).

Original issue reported on code.google.com by Lars.Grammel on 16 Oct 2010 at 9:14

GoogleCodeExporter commented 8 years ago
Done: [client].resource.ResourceSetContainer

Original comment by Lars.Grammel on 7 Dec 2010 at 12:55