Android: Weather Focus application

“Weather Focus”is a demo application I have put together. It fetches the seven day weather forecast based on your current geographical location (latitude, longitude).

Android Traffic App

Full project source code here.

APK file here.

The source of the weather data is the XML feed from NDFD here. I am not using the SOAP service just the straight xml API. Web services under Android are possible but it’s a lot more work than I was prepared to put in.

So, a quick rundown of the application

Basically this was the same layout as my traffic application. I just switched it to weather data as I was getting bogged down trying to implement a fancy back end to that app. I will get back to it but I figured better to learn to walk before I run.

Notes

I notice that this is quite like the HandWx weather application which has a similar forecast screen. The HandWx application also has radar weather data on the google map view. I’m not sure if that data is available across the xml service but I think it would be interesting to look. Will keep you posted.

Comments

Leave a Reply