0

I want to show gif for 10 minutes and simultaneously scan some file in kivy ? but I don't Know how. Anyone Know That how can I do it ?

I want to click on button in kv file and show gif then simultaneously start scan.

siitaw
  • 107
  • 3
  • 12
  • 1
    [This post should help you out. I had the same problematic](https://stackoverflow.com/questions/67175672/kivy-loading-animation-for-long-function-avoid-freeze) – Utopion Jun 01 '21 at 12:01

1 Answers1

0

For this, I believe you need to use the async module.

this video should help (I was just learning about the same )

Crypto
  • 337
  • 3
  • 11