A Python BeeWare application that runs on android
BeeWare is a relatively new framework used to make android or ios or windows application and also web apps It is an alternative to the kivy framework and is relatively simple... Applications made in BeeWare give the native like feel as they use the platforms native UI toolkit
So, now lets go on with the commands..
pip install virtualenv
virtualenv environment_name
cd environment_name
cd Scripts
activate
cd..
pip install briefcase
cd calculator
briefcase dev
- briefcase build android(this might take some time if its your first build)
- briefcase run android
choose the emulator or the device connected..
and your app is installed!!