/API-Powered-Weather-App

Designed using MVVM architecture. Takes advantage of 2 REST APIs to allow the user get the weather by zip code.

Primary LanguageKotlin

MAD255-WeatherApp

Overview:

An Android weather app written in Kotlin that allows the user to get the weather at different location depending on the zip code that the user enters. The user may also select if they want to recieve the weather in Fahrenheit or Celsius.

  • This project takes advantage of two separate REST APIs

Github Code Links(This Project):

Below are some Github links leading directly to the code in this repository.

App Information:

Project Goals:

  • Learn practical usage of REST APIs.
  • Improve on creating user interfaces.
  • Gain better understanding of how to use MVVM and APIs together.
  • Practice handling JSON Objects.