Skip to content

orogersilva/myweatherforecast

Repository files navigation

My Weather Forecast

My Weather Forecast Android

My Weather Forecast App

My Weather Forecast is a work-progress weather forecast Android app.

This project is a personal sandbox app, experimenting with the latest libraries and tools.

NOTE: UI and UX is not a priority by now.

Stack and Libraries

Modularization

Architecture

It was used an approach of MVVM (Model-View-ViewModel) targeting Android Compose for the architecture.

Testing Strategy

It follows the approach proposed by Kent Dodds:

Write tests. Not too many. Mostly integration

  • Fakes over mocks
  • Unit tests
  • Integration tests
  • UI tests (coming soon)
  • Screenshot tests

CI

Setup

Download the latest (stable) version of Android Studio.

Clone the project, and build (no API keys or other setup necessary)!

Author

Roger Silva (follow me on Twitter)

License

Copyright 2022 Roger Silva.

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

   http://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.