/weather-challenge

Jetpack Compose weather app dev challenge

Primary LanguageKotlinApache License 2.0Apache-2.0

Weather Scene

Workflow result

📜 Description

A weather app that aims to be visually interesting when launched - showing the user an animated scene of their current conditions. It provides a focused subset of weather information, reducing clutter and surfacing what matters most.

💡 Motivation and Context

I have an existing open source Android weather app called Socket Weather that informed much of the design of this prototype. That app is quite minimalist, so I used this exercise as an opportunity to make something with a little more flair. (As well as learn Compose!)

At the time I made this, the city I live in (Melbourne) has started to turn some nice autumn colours. This made me wonder if I could display the conditions in the app somehow, and remind people that we have the opposite season in the southern hemisphere! I'm especially proud of how the blowing leaves turned out, as well as the implementation of the temperature graph.

📸 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.