Kivy – Open-source Python library for rapid development of applications
1–10 of 50 posts
Re: Kivy – Open-source Python library for rapid development of applications
#2Re: Kivy – Open-source Python library for rapid development of applications
#3I've tried it, but the resulted built size is huge. How could a Hello World application (built for android) took 15 minutes to build, and about 60MB in size ?? Why not those measurement been told in the main site to tell other to try and use ?
Re: Kivy – Open-source Python library for rapid development of applications
#4I've tried it, but the resulted built size is huge. How could a Hello World application (built for android) took 15 minutes to build, and about 60MB in size ?? Why not those measurement been told in the main site to tell other to try and use ?
Re: Kivy – Open-source Python library for rapid development of applications
#5I've tried it, but the resulted built size is huge. How could a Hello World application (built for android) took 15 minutes to build, and about 60MB in size ?? Why not those measurement been told in the main site to tell other to try and use ?
Re: Kivy – Open-source Python library for rapid development of applications
#6Re: Kivy – Open-source Python library for rapid development of applications
#7I've tried it, but the resulted built size is huge. How could a Hello World application (built for android) took 15 minutes to build, and about 60MB in size ?? Why not those measurement been told in the main site to tell other to try and use ?
I'm guessing this is because Kivy includes a Python interpreter and Python libraries in each APK?
Re: Kivy – Open-source Python library for rapid development of applications
#8Another example app with Kivy + SQLite: Image Viewer and Organizer, https://github.com/gau-veldt/ImageOrg
This is also interesting: http://libnui.github.io/nui3/ I'm not exactly sure anymore about the relation. Is Kivy based on libnui?
Re: Kivy – Open-source Python library for rapid development of applications
#9Re: Kivy – Open-source Python library for rapid development of applications
#10I've tried it, but the resulted built size is huge. How could a Hello World application (built for android) took 15 minutes to build, and about 60MB in size ?? Why not those measurement been told in the main site to tell other to try and use ?
The actual apk can be as small as 5-6mb, but yes it's too big. Ideally common files to all Kivy applications (the python runtime and libraries) would only exist once, but that's a problem people can't quite agree how to solve. https://github.com/kivy/python-for-android/issues/202