Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/axendeveloper/java-android-weather

Weather app for Android app that allows you to check the current weather
https://github.com/axendeveloper/java-android-weather

android java openweathermap weather

Last synced: 13 days ago
JSON representation

Weather app for Android app that allows you to check the current weather

Awesome Lists containing this project

README

        

# (Android Java) Weather app

Weather app is an application that allows you to check the current weather.

The application allows you to use: geolocation.

_API: [OpenWeatherMap](https://openweathermap.org/)_

## 🛠️ Configuration

1. Create a secreet key API form [OpenWeatherMap](https://openweathermap.org/),
2. In the project directory go to file **app/src/main/java/wsb/project/weatherapp/MainActivity.java**,
3. Paste in to the **APP_ID** variable:

```bash
final String APP_ID = "";
```

## 📷 Screenshots

![1](https://github.com/aXenDeveloper/java-android-weather/blob/main/screenshots/1.png?raw=true)