Skip to content

This is a library module published on jcenter & maven repositories and a sample application that uses it. The library module gets weather information from a Restful web service and displays data on a MapView and forecast information on a List.

License

Notifications You must be signed in to change notification settings

dcf82/WeatherApp

Repository files navigation

Weather App

To use the library, you need to create a Google Maps Api Key from http://console.developers.google.com and add the api key to your project in the manifest file:

<meta-data android:name="com.google.android.geo.API_KEY" android:value="@string/your_google_maps_key"/>

This is a library module published in jcenter repositories & a sample application that consumes the library. The library module gets weather information from a Restful web service and displays data in two different fashions:

  • Google Maps V2: In this form, the user is able to navigate at any location on the map, and the module will fetch weather information for that particular location and the info will be available when the user taps on the current marker on the map.

  • A List module is available, where you can find forecast information for the next week, day by day in intervals of 3 hours.

To add the library to your personal project, add the following lines to your project:

In your build.gradle:
compile 'com.github.dcf82:Weather:1.0.0'

In Maven:
<dependency>
<groupId>com.github.dcf82</groupId>
<artifactId>Weather</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>

If you want to create your personal aar module, please visit the following url for full details:
http://inthecheesefactory.com/blog/how-to-upload-library-to-jcenter-maven-central-as-dependency/en

Sample 1

Sample 2

About

This is a library module published on jcenter & maven repositories and a sample application that uses it. The library module gets weather information from a Restful web service and displays data on a MapView and forecast information on a List.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages