Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/axendeveloper/java-android-weather
- Owner: aXenDeveloper
- License: mit
- Created: 2021-12-02T15:09:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-21T14:04:43.000Z (almost 3 years ago)
- Last Synced: 2024-10-06T16:42:25.593Z (about 1 month ago)
- Topics: android, java, openweathermap, weather
- Language: Java
- Homepage:
- Size: 308 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)