You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Kivy users support
Hi! In short: Would it be possible to combine or merge an existing Android Studio project with a Kivy project?
I've had a hard time converting a Android Studio project through Pyjnius to my Kivy app. But actually I it would be great if I could just merge the two projects if that would be possible. E.g the first window in my app would be created from the android studio project, and the next will be Kivy. So, I wouldn't neccesarely need to mix the two, just merge them together.
Hope you can help!
Alexander Taylor
unread,
Aug 11, 2020, 3:50:47 PM8/11/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Kivy users support
This doesn't sound really possible. You can probably contrive to sort of mix kivy and java widgets, but only by manually handling a lot of things - it will be harder, not easier.