/Weather

Weather App

Primary LanguageJava

Weather

Simple Android app using Yahoo Weather API and Google Place Autocomplete API

The architechture is MVP

Google and Yahoo APIs

For apis integration you should provide a gradle.properties file in the project root directory

The file should have the following format

GooglePlaceApiKey = "XXXX"
YahooAppId = "XXXX"
YahooConsumerKey = "XXXX"
YahooConsumerSecret = "XXXX"