Curi0
                                            Curi0
                                        
                                    @elmindreda Will this be included in 3.3 (probably as beta) ?
@elmindreda The port does work but state saving isn't implemented yet since it requires all application data to be in a struct
@evilbinary No because GLFW is C and normal activity uses Java
@evilbinary No because there is already a native activity in my port. I might try to get it to work like that once this gets merged @elmindreda When will this...
@evilbinary in which folder is the GLFW located
@evilbinary Isn't that just a header file ?
@elmindreda I can be the maintainer for the platform will I be added as a contributor then ? I tried adding polling in ```_glfwPlatformPollEvents(); ``` and it didn't work but...
@elmindreda I've removed the thread but it causes the app to be black. ```_glfw.app``` points to an address but the null check says it's null. If I remove the null...
@elmindreda I made an example that you can build in Android Studio https://github.com/xCuri0/glfw-android-example. Apply this diff to the GLFW submodule to remove the thread. ``` diff diff --git a/src/android_init.c b/src/android_init.c...