MiniWeather

Workflow result

📜 Description

MiniWeather is a week 4 challenge project that asked to create a one screen weather app. In this project, I use fake data.

💡 Motivation and Context

In this challenge, it focus on:

  • Visual beauty
  • Novelty of idea
  • Code quality
  • Overall execution (including accessibility)

More detail about the challenge.

The main challenge that I faced is write unit test. There are not many resources available.

📸 Screenshots

  

Here is demo video: demo_video

♿ Accessibility

For accessibility, I tested with google accessibility scanner to make sure no suggestions found.

To make it easier for user to use talkback, I merged the contents wherever possible and provide custom content description.

video_a11y.mp4

Testing Compose layout

I wrote two basic compose layout test, CurrentWeatherCardTest and FiveDayListTest under androidTest package.

Credits

This app inspired from [Weather App Freebie] concept Designed by [Raman Yv]

Lottie file are downloaded from Jochang

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.