ClimaExplore is the ultimate mobile app with seamless Weather Forecast assistance at your fingertips!
You can Install and test latest app from below 👇
- Android Studio(IDE) to run this project
- For API KEY (visit https://www.weatherapi.com/)
- Kotlin - First-class and official programming language for Android development.
- Coroutines - For asynchronous programming and more.
- Flow - A cold asynchronous data stream that can emit multiple values sequentially, useful for handling streams of data over time.
- Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.
- ViewModel - Stores UI-related data that isn't destroyed on UI changes.
- Jetpack Compose - Modern toolkit for building native Android UI, allowing you to create UI components with Kotlin code.
- Dependency Injection -
- Hilt-Dagger - Standard library to incorporate Dagger dependency injection into an Android application.
- Hilt-ViewModel - DI for injecting
ViewModel.
- Retrofit - A type-safe HTTP client for Android and Java.
- Material Components for Android - Modular and customizable Material Design UI components for Android.
- ROOM - A persistence library providing an abstraction layer over SQLite to allow fluent database access while harnessing the full power of SQLite.
This app uses MVVM (Model View View-Model) architecture.
Please fork this repository and contribute back using pull requests.
Any contributions, large or small, major features, bug fixes, are welcomed and appreciated but will be thoroughly reviewed .
Don't forget to star ⭐ the repo it motivates me to share more open source
Copyright 2024 Afaq Ur Rehman Khan
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.