Mahdi Malvandi

Results 2 issues of Mahdi Malvandi

In a situation you might want to show a progress bar to indicate until Image is downloaded. 1- Composable is rendered (No image yet) 2- A `ProgressBar` is shown instead...

Hi. In Gradle, there's an option to exclude a library from one's dependencies to avoid it from being added. Like: ```cs implementation("androidx.work:work-rxjava2:${versions.workManager}") { exclude group: 'io.reactivex.rxjava2', module: 'rxjava' } ```...

type: feature request