☔️ Open source android weather app. See "Issues" tab for current tasks queue. Tasks suitable for beginners are labeled with green "beginner friendly" tags.
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 -
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
After getting user's current location it's showing weather details for that location
User can also search for manual places.
After getting weather information of manually searched location
If the user has not given the location permission then initially app will show the last searched place's weather details.
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 -
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
After getting user's current location it's showing weather details for that location
User can also search for manual places.
After getting weather information of manually searched location
If the user has not given the location permission then initially app will show the last searched place's weather details.
How Has This Been Tested?
On my device