Showing posts with label free weather infos. Show all posts
Showing posts with label free weather infos. Show all posts

Tuesday, 2 January 2018

MeteoLecce (9): new design!

I want to update the development of my app MeteoLecce. I'll start we the two following pictures:

The main activity of MeteoLecce
Do you see some changes?
I reduced the information on the first activity and I compacted them; in this way we have a much simpler reading of them (I also introduced the colors).

The activity related to the next 3 days weather forecast

Relating to second activity's infos I added 4 icons for each day (at the times: 0 - 6 - 12 and 6 P.M.). Tempeatures are two: high/low.

I hope to share my app on Google Play soon.

Friday, 8 September 2017

MeteoLecce (7): new source to obtain free Weather Forecast

Navigating up and down the net I found a new source to abtain free weather forecast (OpenWeatherMap is great only for the actual situation, but not for the next days):
metcheck logo.

...and excactly this address:
https://www.metcheck.com/NOLOCATION.asp?LastURL=/OTHER/json_data.asp
Insert your location of interest (as I did):

Hoe to search your location weather informations.

 I received the address to call the service:

JSON URL


http://ws1.metcheck.com/ENGINE/v9_0/json.asp?lat=40.4&lon=18.2&lid=22553

 ...and I received informations in Json format.
Simple and brilliant!