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.
- Base Feature Module that should be included in both our main app and instant app.
- Main app module that has other feature that is not included in the instant app or in the weather-base module.
- Instant app module which has the link for instant app.
- compile 'com.jakewharton:butterknife:8.8.1'
- compile 'jp.wasabeef:recyclerview-animators:2.2.1'
- compile 'de.greenrobot:eventbus:2.4.0'
- compile 'com.android.support:support-v4:27.0.2'
- compile 'com.android.support:cardview-v7:27.0.2'
- compile 'com.google.code.gson:gson:2.8.2'
- compile 'com.github.bumptech.glide:glide:3.5.2'
- compile 'com.squareup.retrofit2:retrofit:2.3.0'
- compile 'com.squareup.retrofit2:converter-gson:2.3.0'