Reputation: 108
Whenever I open my application (on android) made using KivyMD, it show it's own splash screen. How to remove it or add our own?
Upvotes: 1
Views: 843
Reputation: 1237
In the buildozer.spec
file there will be an option for Presplash of the application
. I guess it will be commented so just uncomment it and enter the path of your splash image.
Upvotes: 2
Reputation: 841
You can use screen manager module to have multiple screens. Then use clock module to change the screen using a timer. If you want some animations in the splash screen you can use GIF image or Animation module.
Upvotes: -1