如何在 KivyMD 中添加启动画面
How to add a Splash Screen in KivyMD
每当我打开使用 KivyMD 制作的应用程序(在 android 上)时,它都会显示它自己的启动画面。如何删除它或添加我们自己的?
您可以使用 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.
在 buildozer.spec
文件中会有 Presplash of the application
的选项。我想它会被评论,所以只需取消评论并输入启动图像的路径。
每当我打开使用 KivyMD 制作的应用程序(在 android 上)时,它都会显示它自己的启动画面。如何删除它或添加我们自己的?
您可以使用 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.
在 buildozer.spec
文件中会有 Presplash of the application
的选项。我想它会被评论,所以只需取消评论并输入启动图像的路径。