--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/kivy-users/8e1adafd-739d-4a8b-8549-491d2e896d05n%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/kivy-users/499586cc-00db-420f-9e94-2fbfbd1adacfn%40googlegroups.com.
Salut bureau comi,
Merci beaucoup ! Oui, c’est très facile de convertir une application Kivy ou KivyMD en APK Android.
On peut le faire très simplement en utilisant GitHub Actions.
Je te recommande vivement ce tutoriel vidéo :
👉 https://youtu.be/wbJxJ2Zjy_o?si=bY0SbNsVGs7p2rm4
N'oublie pas aussi de consulter mon commentaire épinglé sous la vidéo — il contient des mises à jour importantes pour le fichier buildozer.spec
et le fichier build.yml
.
Bonne chance pour la compilation ! N'hésite pas si tu as des questions.
Bien à toi,
To view this discussion visit https://groups.google.com/d/msgid/kivy-users/CAFYkXjma%3DmJE4LaO9HmAFcWdUu5rHtT6NuWpjW--5AceBGVjtw%40mail.gmail.com.
Thanks a lot! I completely agree — keeping widgets as "Kivy-native" as possible definitely improves compatibility and usability.
The widget I created is fully built using Kivy widgets. The only part that currently uses KivyMD is the ThemableBehavior
mixin, which I used just to access theme_cls
for coloring the track and the indicator. That said, it's entirely optional — We can remove the inheritance from ThemableBehavior
and replace the themed colors with default RGBA values to eliminate the KivyMD dependency altogether.
Thanks again for the feedback.
To view this discussion visit https://groups.google.com/d/msgid/kivy-users/CAFYkXjma%3DmJE4LaO9HmAFcWdUu5rHtT6NuWpjW--5AceBGVjtw%40mail.gmail.com.