Here in this article we will try to build and package Python Kivy based Android application using GitHub Actions Workflow. Here we are going to use Buildozer as the build…
Here in this article we will try to build and package Python Kivy based Android application using GitHub Actions Workflow. Here we are going to use Buildozer as the build…
Here in this article we will try to use ScreenManager to build a multi screen application in which the first screen displays a form type of UI with Labels and…
Here in this video we will try to use StackLayout to build a basic application with Button widgets arranged with different types of orientation supported by this layout and also…
Here in this video we will use PageLayout to build our Photo Gallery application wherein we will create three pages which are a Welcome message page, Photo Gallery page with…
Here in this article we will see how we can use floatlayout and arrange two child widget button. We will also try to resize, position the Child widgets and also…
Here in this article we will see how we can use Kivy's BoxLayout to arrange our Child Widgets Label and TextInput Widgets to create a form type of UI with…
In this video we will how we can arrange Four Buttons in a Grid Layout. Once that is done we will see how we can change the text of the…
Here in this video we will see how we can apply Canvas instructions to our Child Widgets. Also, we will see how canvas.before, canvas and canvas.after instructions effect the UI…
Here in this article we will see how we can map the Kivy Button events with the Widget Functions. Before we get into the basic example to achieve this lets…
Here in this article we will see how we can schedule our Child widgets to float in horizontal direction by scheduling the callback function to be called using the Clock…