Skip to content

hardz/Weather

Repository files navigation

Current Weather

Current Weather is a small demo application based on modern Android tech-stacks especially focus on Jetpack using Weather API. Also fetching data from the network.


How to build on your environment

Add your OpenWeather's API key in local.properties file.

weather_api_key=YOUR_API_KEY

Tech stack & Open-source libraries

  • 100% Kotlin: A modern, expressive, and concise language.
  • Jetpack Libraries:
    • ViewModel: Manages UI-related data in a lifecycle-conscious way.
    • LiveData: Observable data holder class for lifecycle-aware components.
  • Architecture:
    • MVVM (Model-View-ViewModel): Separation of concerns with ViewModel handling UI logic.
  • Repository Pattern: Encapsulates data logic and business rules.
  • Material Design: Provides a consistent, clean UI and UX.
  • Retrofit2 & OkHttp3: Efficiently handles network operations for making API requests.

License

Designed and developed by 2021 hardz (Hardik Kubavat)

        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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages