☔️ Open source android weather app. See "Issues" tab for current tasks queue. Tasks suitable for beginners are labeled with green "beginner friendly" tags.
Even using your app I was experiencing that app is showing Toast "Check internet connection or try again later" , So I did the little research and found that it was showing due to HTTP request made by our app to use WeatherApi and that http is not secure according to networking guidelines and to make HTTP request we have to use "android:usesCleartextTraffic" in manifest and that I feel that this not best solution So I tested HTTPS request and it works and it not more showing any error.
Type of change
Additional Fixes
Checklist:
Sorry for bad english 😅