eRaul / WeatherLib

Android Weather Library: android weather lib to develop weather based app fast and easily

Home Page:http://survivingwithandroid.github.io/WeatherLib/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WeatherLib

Android weather lib for creating easily weather app. The lib implements several protocols to get weather information from the most important weather data provider.

(Weatherlib web site)

#Travis integration Master Build Status

#Version 1.5.3

If you experience problems try to download it again from maven central. From Terminal window in Android studio:

gradlew --refresh-dependencies

#Manifest.xml In order to use the library you should add the following line into your Manifest.xm:

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />

#Community If you like there is a Community to talk about new features, suggest tips or report bugs. Please join:

#Credits Author: Francesco Azzola (JFrankie) (survivingwithandroid@gmail.com)

#Screenshots: Some screenshots

[

[

[

[

[

[

[

#License

Copyright 2012-2014 Francesco Azzola (Surviving with Android)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Android Weather Library: android weather lib to develop weather based app fast and easily

http://survivingwithandroid.github.io/WeatherLib/