WeatherApp
WeatherApp copied to clipboard
Use different Model Objects for UI and Data Layer
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.