kivy / buildozer

Generic Python packager for Android and iOS
https://buildozer.readthedocs.io
MIT License
1.73k stars 498 forks source link

using Lottie #1810

Open krolaper opened 4 months ago

krolaper commented 4 months ago

Give working instructions on how to use Lottie for a loading scene instead of a static image.

After all, the instructions buildozer.spec:

This does not work. There will always be an error when packing.

The lottie file was created at https://lottiefiles.com/

Ahd999 commented 3 months ago

You need to make sure that tere is no work done until the app class is initialised in main.py or else your lottie won't work, what you've done are the only steps required to implement a lottie, Under most scenarios work is done before app class is initialised