Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
167 views
in Technique[技术] by (71.8m points)

android - Any framework that can be used for development of mobile apps in Python?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Something very basic like a print statement can definitely run on mobile devices if you have the python interpreter and a way to run your script, however it is not ideal to use python for mobile app development(adding buttons, gui, etc.). But there are still frameworks in python like kivy and beeware that can be used to develop applications for android. Kivy helps create GUI for any platform, if you created one for android it will work on windows also. For more details you can just google mobile development in python


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...