Beeware claims "Write your apps in Python and release them on iOS, Android, Windows, MacOS, Linux, Web, and tvOS using rich, native user interfaces. Multiple apps, one codebase, with a fully native user experience on every platform."
I know that the only way to build for cross platform in Python is Kivy but I recently heard of the Beeware project and this tool called Toga. As much as I know its still in its early stage and a lot of people aren't familiar with it as well but…
We're upgrading to use BeeWare's Briefcase 0.3.1 for packaging, which uses pyproject.toml instead of setup.py to specify how to package, including which dependencies to include in a package.
Here's a minimal example of a pyproject.toml for…
I want to use dash plotly interactive graphs in an android application which I am developing on Beeware. How may I use Dash Plotly in combination with Beeware?
I used the BeeWare environment to create a simple MahJong game (find & click pairs to remove them) using Python (with Toga as layout tool) for Android.
Now I would like to have some buttons give a "click sound" when pressed:
Anyone have a helping…
I am building small android project with beeware..and recently found that beeware toga GUI toolkit does not support images/imageview in android is there any tweak or other method which I can used to add image in my android project. I found one…
I want to develop an application targeting both android and iphone. I guess they use Java and Objective-C. Can I use single language like Python? Is it the best route? Will I lose performance, features, etc. by using Python. Are there any…
The bellow code sample is from a BeeWare suite example. (https://github.com/eliasdorneles/drawingapp-voc/blob/master/drawingapp/app.py)
What does the expression implements=android.view.View[OnClickListener] means? There should be (a list of) base…
Is it possible to deploy a .NET Maui application with embed python by using python.net to the iOS and Android platforms?
I just learned that Kivy and Beeware can get it done but I'd love to stick to .NET as I have a lot more experience with it and…
So I'm trying to learn toga-beeware and I would like to get out of the default plain white theme. I am trying to find out how to colour the text and button inputs. The code below does not work for colouring.
"""
Mass look-up app
"""
import toga
from…
I'm Trying to create a cross platform app with Beeware, at the begining I'm showing two buttons for the user to choose the view he wants to go, so once the button is clicked the mainwindow should update its content and show the view that the user…
I'm following Beeware tutorial and unable to 'briefcase create'.
At some point it shows this:
Collecting pygobject>=3.14.0
Downloading PyGObject-3.38.0.tar.gz (712 kB)
|████████████████████████████████| 712 kB 6.9 MB/s
Installing build…
I wanted to make a 9x9 table where the value can be inserted by the user. As you can see in the code that I have used an awful lot of statements for fulfilling this purpose. I had to make each input separately. I was hoping if there was a way for me…
Is there a way to create a dash-plotly app for android or IOS? I've read some of the Beeware documentation, but I still wouldn't know how to take my dashboard and include it into the app.py default file:
import toga
from toga.style import Pack
from…
I'm very new to coding, about 2 weeks in. But, for a school project, I'm trying to create an app. To make my Python run on android, I'm using the Beeware suite. So, what I want to do is, on Android, when I click a button, I want it to open a new…