can someone tell me if its possible to make an android app with local weather with construct 2??
Develop games in your browser. Powerful, performant & highly capable.
I've noticed this plugin [Plugin][$2.99] Weather Info so I guess that's possible...
even without this plugin...
First you need API key from http://openweathermap.org
You'll also need [plugin] JSON(free),Geolocation,Ajax
testWeather.capx
thanks
of course..you do not have to use openweathermap..It was just an example
you can use Weather Underground,Yahoo! Weather...or
4 Free Weather Providers API To Develop Weather Apps
EDIT:
apparently it's possible to recive XML with Ajax from openweathermap...
so there is no need for additional JSON plugin..
WeatherNoPlugin.capx
(tested in Chrome,FireFox,&Opera)
thanks a lot