Skip to content

A simple Android application that tells you the weather using Google Location API

Notifications You must be signed in to change notification settings

jawhnypoh/Atmosphere

Repository files navigation

Atmosphere

This is an Android weather application that tells you the current weather of a specified location. This app uses the weather API from Open Weather Map as well as the Google Place Picker API.

Prerequisites

  • You will need to have the latest version of Android Studio (3.0) installed and working on your computer
  • Although there are already API keys in this app that should function, you might need to create your own for yours to work. Check the 'Obtain API Key' section

How to Run

Simply clone this repository and open up the project in Android Studio!

Obtain API Key

In the case that the current API keys in this app don't work, you'll need to generate your own for both the Open Weather API as well as the Google Location API. You can follow the links below to generate your own APIs:

Concepts Learned

  • Handling Network Requests
  • Data through JSON
  • Working with APIs
  • Dealing with Android Activities and workflow
  • Implementing VCS

About

A simple Android application that tells you the weather using Google Location API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages