ardovic / Open-Source-Android-Weather-App

☔️ Open source android weather app. See "Issues" tab for current tasks queue. Tasks suitable for beginners are labeled with green "beginner friendly" tags.
https://www.ardovic.com
MIT License
104 stars 81 forks source link

Fixes #59: Added current location feature #60

Closed h20190024 closed 4 years ago

h20190024 commented 4 years ago

Description

When the user opens the app, the app displays weather details for the user's current location if the user has given location permission. Anyway, the user can also search for other locations like currently, they are doing.

Fixes #59

Type of change

Screenshots -

Asking for a permission at runtime - WhatsApp Image 2020-11-04 at 1 40 22 AM

The user gave location permission so the app is fetching user's current location. While fetching location if the user wants to search weather details for other places then also user can do it because location fetching is done in background services in new thread fetches location

After getting user's current location it's showing weather details for that location got_location

User can also search for manual places. manually serach

After getting weather information of manually searched location manually searched details got

If the user has not given the location permission then initially app will show the last searched place's weather details. last denied

How Has This Been Tested?

On my device

ardovic commented 4 years ago

Perfect work! Very good explanatory screenshots!