RahulSDeshpande / weather-app

Android application that shows daily weather, 5 days 3 hours weather forecast according to your location and weather information of nearby cities.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status API API

Content

About Projects

Screenshots

Abstract

I decided to make the Weather app to use the new technologies of Android and improve myself. When I started doing this application, there were technologies that I used for the first time. This situation forced me a lot. I got involved in continuous research and received help from various question and answer platforms. I would like to thank everyone separately. I am sharing this project with you as open source. If you have a chance to review the code structure, don't forget to send your advice to me. When I finished this project, I learned very good experiences. This made me very happy. Now I started to roll up my sleeves to start my next project.

Project Details

In this weather application construction, I developed using the APIs offered on OpenWeatherMap, when we log in to the application, we first encounter location permission transactions. When the permit processes are positive, we come to the home page first. Information from the location and weather details are shown to us. When we click the daily weather from the Bottom Bar menu options, the 15-day and 3-hour weather data of our location is available. When we click the other option, the weather information of the nearest cities in our location is available. There is a background feature that changes depending on the day and night situation in your location.

How Can I Use

If you want to use this project, all you have to do is

/util/Constant/
API_KEY = "Your API KEY"

you can follow this path and use the API you obtained from OpenWeatherMap.

Libraries and tools

Architecture

Design

I tried to make the design as good as I could for me :) I tried to be inspired by Freepik and Flaticon sites.

Support

If you want to support, I drink your coffee. 😊 ☕

Contact

License

Copyright (c) 2020 İsmail Hakkı AYDIN

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.

About

Android application that shows daily weather, 5 days 3 hours weather forecast according to your location and weather information of nearby cities.

License:MIT License


Languages

Language:Kotlin 100.0%