survivingwithandroid / WeatherLib

Android Weather Library: android weather lib to develop weather based app fast and easily
http://survivingwithandroid.github.io/WeatherLib/
640 stars 170 forks source link

Adding toString() to print City objects #16

Closed dejesus2010 closed 10 years ago

dejesus2010 commented 10 years ago

Adding the toString() will simplify displaying City objects. Take for example when a ListView with an ArrayAdapter is used to display city results. The City's toString() method will be called to convert each item in the array into a view. The toString() will streamline the process of displaying City results in a view.

survivingwithandroid commented 10 years ago

Your pull request is in integrated in the dev branch. Thx for your support!