Weather app with
- Current Weather Data
- 24h-hour Weather Data
- 3-day Forecast
- AQI Data
Download apk file at Weather.rar.
The current location is detected automatically. One can always access the search bar to find the desired city. AQI information isn't guaranteed for all locations, but the database includes most of the well-known ones.
Remember to turn on your device location and kindly provide the app with permission to use that information.
Based on the following YouTube Tutorial: https://www.youtube.com/watch?v=q7NF-2gtfEU&t=3187s
APIs used:
Knowledge obtained whilst developing this app:
- better usage of RelativeLayout, LinearLayout, and the other views;
- creating and managing different resource files (XML), as well as properly linking them to their destinations;
- using RecycleViews and setting up both its adapter and model.
- efficiently using an API;
- reading and interpreting JSON files;
- using device location services.