https://github.com/quochung-cyou/simpleweather
quochung.cyou presents SimpleWeather, a modern and minimal weather app that makes it easy for users to keep track of the weather. It has a beautiful design with a fast loading speed, allowing users to quickly access the latest weather information. The app also uses OpenWeatherMap API to provide accurate and up-to-date weather data.
https://github.com/quochung-cyou/simpleweather
android gradienttextview openweathermap-api volley weather
Last synced: 5 months ago
JSON representation
quochung.cyou presents SimpleWeather, a modern and minimal weather app that makes it easy for users to keep track of the weather. It has a beautiful design with a fast loading speed, allowing users to quickly access the latest weather information. The app also uses OpenWeatherMap API to provide accurate and up-to-date weather data.
- Host: GitHub
- URL: https://github.com/quochung-cyou/simpleweather
- Owner: quochung-cyou
- Created: 2021-09-29T10:33:20.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-08T15:30:47.000Z (over 2 years ago)
- Last Synced: 2025-02-16T20:34:39.746Z (8 months ago)
- Topics: android, gradienttextview, openweathermap-api, volley, weather
- Language: Java
- Homepage:
- Size: 3.23 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Weather
## Author* quochungcyou
## Description
Presents SimpleWeather, a modern and minimal weather app that makes it easy for users to keep track of the weather. It has a beautiful design with a fast loading speed, allowing users to quickly access the latest weather information. The app also uses OpenWeatherMap API to provide accurate and up-to-date weather data. With its simple yet modern design, SimpleWeather is perfect for anyone looking for an easy way to view the current and forecasted weather conditions.
### Prerequisites
* To run this software, you need an editor with java support, java - version 11 or higher,android-studio
* Install java 11 using the commands:
`sudo apt update`
`sudo apt install openjdk-11-jre-headless`
* Install android-studio
`sudo snap install android-studio --classic`### Setup
* Clone the project
* Open in android-studio## Technologies Used
* Java (version 11)
* Android
* Gradle (7.1)
* Firebase Realtime Storage, Firebase Auth
+ API used: https://openweathermap.org/api+ Design inspiration: https://www.figma.com/file/DWAIvQSoCqAF3x08G9Hk9i/Miko%C5%82aj-Ni%C5%BCnik-%3A%3A-3D-Weather-icons-(Community)
## Demo image
## License Information
* This software is licensed under MIT License.
* [Read More](https://choosealicense.com/licenses/mit/) on the license.```
MIT LicenseCopyright (c) 2021 QuocHung
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```