-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating Widgets #46
Comments
how different than in kivy framework ? |
I think this is about android widgets and i would like that too :). Pyjnius probably makes this easier, but we still probably need java helper classes. |
I mean: we create a Kivy app and stuff and then instead of an Android application we get an Android widget (for the launcher) out of the build chain. It could be a command-line option. |
Apparently it's only Manifest stuff, so we could keep two manifests and add a command line option to let the user choose between them. Some tweak in the Kivy framework may be needed as well. |
I'm curious about this. Has anything happened on this subject in the past couple years? |
No, it needs somebody wanting it enough to really try. |
Probably should be implemented via Buildozer though right? Since it already handles the manifest. |
Anyone have any pointers? Is it just the manifest? Where would we look for more info about the manifests? |
I'm not sure Kivy widgets would be possible, since I don't think they support opengl. The tool could support a widget bootstrap that possibly used python, but that relies entirely on someone making such a bootstrap - it's not a particular goal of the project so I'll close thi. |
Currently it's not possible to create widgets but only applications. Is it planned for the future?
The text was updated successfully, but these errors were encountered: