Hello! Are there any way to display pygame surface inside Image widget? I've tried to convert it to Texture using pygame.Image.tostring/Texture.blit_buffer, but resulting texture was black. Even when I've tried to use the sample code from docs, it still remained black. I'm using kivy 1.4.2-dev on Android 4.0.4.
Nothing more must be done. In my app I had the Kivy window with an Image widget inside. Kivy widgets are event-driven, so when you change the texture property of the image widget, the widget updates automatically.