Add a pull-to-refresh feature to the weather forecast application, allowing users to update weather data easily. This will improve user experience by enabling quick access to the latest forecasts with a simple gesture.
Acceptance Criteria:
Users can pull down on the weather data screen to refresh the information.
The application should display a loading indicator while fetching the updated data.
Ensure the refresh functionality works seamlessly across all supported devices.
Additional Notes:
Consider using appropriate libraries or built-in methods for implementing this feature.
Ensure that the user interface remains responsive during the refresh process.
hi @adaharshsingh i would be more than happy to work on this can you please assign this issue to me so that i can straightaway start the implementation
Description
Add a pull-to-refresh feature to the weather forecast application, allowing users to update weather data easily. This will improve user experience by enabling quick access to the latest forecasts with a simple gesture.
Acceptance Criteria:
Users can pull down on the weather data screen to refresh the information. The application should display a loading indicator while fetching the updated data. Ensure the refresh functionality works seamlessly across all supported devices. Additional Notes:
Consider using appropriate libraries or built-in methods for implementing this feature. Ensure that the user interface remains responsive during the refresh process.