I'm using python/Kivy/MySQL/colab-google to compile an apk. When I run the app on Android, I give the command to register the app shuts down. main.py import k
I'm a beginner and would like to insert an MDSpinner while executing a loop, or a mysql query, or some process that takes time. I made this example below to ill
For example I have an empty data table (with only column data) and a button. I want to dynamically add row data when button is pressed. Is it even possible?
I try to add ads in my app. I added in my buildozer.spec: android.permissions = INTERNET, ACCESS_NETWORK_STATE requirements = python3,kivy, jnius, kivmob andro
I have recently deleted and re-installed python, kivy, kivymd. Then, my kivy button's shape changed. My MDRaisedButton used to have slightly rounded corners but
I'm XDoanh - A newbie in stackoverflow, I have a problem that need your answer: The current versions of kivy and kivymd that I am using are the latest versions
I tried so much to convert kivymd code into .exe by using PyInstaller the error i getting was -modulenotfound no module named kivy.graphics.buffer while solving
I have 3 Screens in my kivy application and in the second screen i want to put a graph which is a widget. I have my own class for this graph. The goal is do dis
def get_credential_fields_for_popup_success(self, urlrequest, data): # print(data) # print(data['fields']) s = list(data['fields'].va
I'm trying to change the text of an MDCard class in a for loop by creating various instances of the card in the for loop but I cant seem to manipulate the title
I have a problem with updating a label text: id: time_ // the strange thing is , i can read(print) with self.ids.time_.text. Merci for help class Scroll(Screen)
Such a popular icon as a gear wheel. Why isn't it in KivyMD? That is for example: MDIconButton: icon: 'settings' Instead of an icon, it's just a white squa
My program was successfully installed all the package from Windows 10 and was able to run the code. But when I transfer the program from the rasberrypi 4 using
I am trying to make a simple app in kivy(a python package) that gets a text from a TextInput field and when a button is clicked it returns a text in Hebrew that
I'm new here, I have a small problem in kivymd. Is there anyone here who would be able to help me? this is my main.py file from kivymd.app import MDApp from k
I'm getting a grey window only. Earlier my application crashed due to window not found error. I used this thread. It fixed that error, now im left with a grey w
I am trying to open a new window upon a button press with kivy. However, when I try to open the file with the separate window in it, it simply doesn't do anythi
I have a problem can't make work together opencv and kivy with buildozer on android smartphone. On pc works fine but when I packaging with buildozer and put in
I have question about application about one situation. when I turn on the application, the logo of the application that I uploaded in buildozer is loaded, then
I want to create a DropDown list in kivy? I referred to the documentation, in which the main Button widget to open the DropDown list is added in the python file