android application that will display weather details of given city.
** For multiple cities **
-
Install apk from bin/
-
Type name of city ( or cities use comma ',' operator as separator).
-
Then it will load data in listView.
-
just click on any city name from list view to see weather details about that city.
-
Once you select a city then you will get basic weather information of 14 days
-
To get more detailed information just click on the specific day and you will see all information about that day.
-
Data is displayed in view pager so you can use left or right swipe get information about next day.
** For users Current city **
-
Install apk from bin/
-
At top right corner click on options icon, and click on "Get Current City Weather".
-
If GPS is not enabled then it will show AlertDialog.
-
once users Location is acquired then it will load weather data about that city
-
Then you will see name of your current city in listView.
-
click on the city name to see weather details.
-
To get more detailed information just click on the specific day and you will see all information about that day.
-
Data is displayed in view pager so you can use left or right swipe get information about next day.