python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
running kivy shows black screen
I'm starting in Kivy and this small example when running it opens the screen but everything is black nothing else is seen
from kivy.app import App
from kivy.uix.boxlayout import BoxLayout
import rando...

Joao Daniel
Votes: 0
Answers: 1
Make a call with your application in python3 kivy
Hi does anyone know how to make a function to call a phone number using intents in kivy? Thank you in advance.
Here is an attempt of mine to do this exact thing, is it right or do I have to add someth...
mss051
Votes: 0
Answers: 0
Is there a way to change kivy api variables (e.g. scroll_distance) inside kv file?
I recently started learning kivy and don't fully understand how the interaction between .kv file and python file works. For example,
class TimelineScr(ScrollView):
scroll_wheel_distance = 60
If I...

Ann Aleshkina
Votes: 0
Answers: 1
Kivy execute function when widget is dragged
I have a little demo here:
From DemoApp.py:
from kivy.app import App
from kivy.uix.button import Button
from kivy.uix.floatlayout import FloatLayout
from kivy.uix.behaviors import DragBehavior
from ...

Fed_Dragon
Votes: 0
Answers: 1