Divyansh Saraswat
Divyansh Saraswat
closes #1059 Following changes were made: 1. `WorkManager` instance is initialized on-demand using the app-startup library and injected in the `FilterViewModel` using `Hilt` and `@Provides` method. 2. Workers now use...
#### **Description** ### Hilt should be used along with App Startup's Initializer interface to provide a WorkManager instance on first access. >WorkManager should be initialized on-demand rather than when the...
**Problem description** Sometimes, the user can request ‘n’ no. of torrents to be displayed in the feed. In this scenario, loading all the list items at once causes the UI...