WeatherApp icon indicating copy to clipboard operation
WeatherApp copied to clipboard

Use different Model Objects for UI and Data Layer

Open akoufa opened this issue 9 years ago • 0 comments

The current revision uses the same classes ( e.g. CityWeather) both at the DataLayer ( e.g. DataManager.class) and the UI Layer ( e.g. Activities). For loose coupling we must implement different Model classes.

akoufa avatar Jun 04 '16 08:06 akoufa