arindamxd / WeatherX

A mobile app that helps with searching current weather for a given city.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WeatherX

A mobile app that helps with searching current weather for a given city.

Open Source Love License

Overview

WeatherX is a simple Android App, that allows user to search weather for a city of their choice and manage a list of favourite destinations. It provides an elegant UI/UX surface that works across most Android devices, with backward compatibility to Android 4.4 (API level 19).

  • Ease of use
  • Allow users to search weather for a city of their choice
  • Allow users to create/manage a list of "favourite" destinations
  • Network unavailability handled
  • Offline cache
  • Consistency across devices

Lastly, WeatherX makes heavy usage of reactive MVVM design throughout the app. It uses openweathermap.org's API, RxAndroid, Retrofit, Room, LiveData, etc. Both the screens (Search and Favourite) have one ViewModel that consumes user interactions.

Build

To build the app directly from the command line, run:

./gradlew assembleDebug

Find this project useful ? ❤️

Support it by clicking the ⭐ button on the upper right of this page. ✌️

License

   Copyright (c) 2021 Arindam Karmakar, 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

       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

A mobile app that helps with searching current weather for a given city.

License:Apache License 2.0


Languages

Language:Kotlin 100.0%