Creating an app for android using python

A

AC Question

I want to create an app for android tablet, the app will be for work.
I want it to be able to ask for job order numbers, have me input decimal number and notes. and save them to be recalled later and search for any job order that is put in the tablet. please help.
 

chrisjluc

Member
Aug 18, 2015
12
0
0
Visit site
You can use a framework called Kivy, which is a cross platform framework which lets you write apps for iOS, Windows, Android, and more using the same source code. If this doesn't work for you a quick stack overflow search will yield some results for you.