Skip to content

This is a sample application to use the WeatherApi (api.forecast.io). It uses the android instant app feature.

Notifications You must be signed in to change notification settings

biratrai/weatherApi

Repository files navigation

WeatherApp

This is a sample application to use the WeatherApi from Dark Sky Api.

It uses the android Instant app feature.

The application has three modules.

weather-base

  • Base Feature Module that should be included in both our main app and instant app.

weatherapp-apk

  • Main app module that has other feature that is not included in the instant app or in the weather-base module.

weather-instantapp

  • Instant app module which has the link for instant app.

Walkthrough of all the function in the project.

weather-app

External libraries used:

  1. compile 'com.jakewharton:butterknife:8.8.1'
  2. compile 'jp.wasabeef:recyclerview-animators:2.2.1'
  3. compile 'de.greenrobot:eventbus:2.4.0'
  4. compile 'com.android.support:support-v4:27.0.2'
  5. compile 'com.android.support:cardview-v7:27.0.2'
  6. compile 'com.google.code.gson:gson:2.8.2'
  7. compile 'com.github.bumptech.glide:glide:3.5.2'
  8. compile 'com.squareup.retrofit2:retrofit:2.3.0'
  9. compile 'com.squareup.retrofit2:converter-gson:2.3.0'

About

This is a sample application to use the WeatherApi (api.forecast.io). It uses the android instant app feature.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages