python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to modify current ScreenManager to another
Good afternoon.
I have a code structure with two ScreenManager:
id: sm ==> besides being my root it has only two screens
LoginScreen:
name: 'screen_login'
MainScreen:
name: 'main'
When th...
Elias Coutinho
Votes: 0
Answers: 1
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
my kivy app is all right on my computer, but don't show its content on my phone
My kivy project can run correctly on my computer, but if I use package logging to log, the project will not start application main loop on my phone. The following is my main.py:
# !/usr/bin/env python...
Jago
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