Skip to content

VaibhavDN/MyWeather

Repository files navigation

MyWeather

Weather app for android phones.

Uses Openweathermap and Airvisual APIs.

Requirements:

1. Java 8 (Enabled in build)
2. Permissions required: INTERNET
3. Target Sdk Version: 29
4. Minimum SDK version: 24 (Android 7)
5. Material Components: 1.2.0-alpha02

Screenshot

Click here to view

Libraries and Dependencies:

1. Support libraries: appcompat, constraintlayout, recyclerview
2. Material design 2
3. Retrofit, Okhttp3 logging-interceptor
4. MPAndroidChart 3.1

To run:

1. Clone the repo
2. Open the project in Android Studio
3. Compile