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.
- Kotlin
- Android Compose
- Accompanist
- Coroutines
- Chucker
- LeakCanary
- Hilt
- Navigation Compose
- Retrofit
- Gradle Version Catalogs
It was used an approach of MVVM (Model-View-ViewModel) targeting Android Compose for the architecture.
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
Download the latest (stable) version of Android Studio.
Clone the project, and build (no API keys or other setup necessary)!
Roger Silva (follow me on Twitter)
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.