Hello , I wanna to know that how I can develop a simple calculator application for android platform using only python. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Hello , I wanna to know that how I can develop a simple calculator application for android platform using only python.

Is android app development can be done by only with python?

17th May 2021, 5:27 AM
Sumit Kumar
Sumit Kumar - avatar
6 Answers
+ 4
KIVY Kivy is a free and open source Python framework for developing mobile apps and other multitouch application software with a natural user interface (NUI). It is distributed under the terms of the MIT License, and can run on Android, iOS, Linux, macOS, and Windows. src: wikipedia
17th May 2021, 5:46 AM
Rohit
+ 3
Sumit Kumar The official website of Kivy has good tutorials and guides. First go through the basics from here https://kivy.org/doc/stable/gettingstarted/index.html Then see the tutorials here https://kivy.org/doc/stable/tutorials-index.html The tutorials won't teach you everything, make sure you see the API reference whenever you use a class or function. It will open you up to more options https://kivy.org/doc/stable/api-index.html To be honest, I found Kivy to be much much inferior to apps made from frameworks in other languages. The tools are less, community is smaller, and the widgets look a bit... old. But then, I only learnt Kivy for a few weeks and I've never made an app, so I'm not the best person to trust.
17th May 2021, 6:41 AM
XXX
XXX - avatar
+ 1
rkk can you suggest me the best site where I can learn all about kivy ?
17th May 2021, 6:10 AM
Sumit Kumar
Sumit Kumar - avatar
+ 1
Sumit Kumar I've never learned python Kivy, but still you may like this tutorial :- https://www.javatpoint.com/kivy
17th May 2021, 6:46 AM
Rohit
+ 1
XXX thank you so much for this....
17th May 2021, 8:34 AM
Sumit Kumar
Sumit Kumar - avatar