Skip to content

alexkamanin/android-weather-summary

Repository files navigation

Welcome to Summary!

  • An application for displaying the weather in the current location, as well as in selected cities.
  • Supports various units of measurement.
  • Notification of weather changes every hour.
  • Language support: English and Russian

Preview

Live Preview

How to use?

Step 1. You must be registered on the site openweathermap.org.
Step 2. You must apply for a minimum free subscription plan (or buy one that meets your requirements).
Step 3. You need to generate a personal access key on the tab api keys.
Step 4. You need add your personal api key to local.properties file.

    //local.properties
    apiKey=000000000000000000000000

Testing

If you just want to test the performance of the application, download the app-release.apk file from folder ../app/release/ and install it on your mobile device.