/WeatherOverture

Primary LanguageKotlinApache License 2.0Apache-2.0

Weather Overture

Workflow result

📜 Description

A weather app that will show the current weather and a 7 day forecast for any give zip code or city name.

💡 Motivation and Context

  • I was motivated by this design that I found on dribble. Thanks to Jochang at lottiefiles for creating the lottie animated assets.
  • I'm proud of a couple things in this app:
    1. This app calls the OpenWeatherMap API
    2. The app is setup in an MVI model using Kotlin Flow and Channels.
    3. The gradient background for the app and the bottom card took a bit of time
    4. The infinite animation of clouds for the loading screen turned out to be easier than expected.

📸 Screenshots

License

Copyright 2020 The Android Open Source Project

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.