sdl2_frt/android-project/app
Sylvain Becker 68c0e69f0a Android: native_window validity is guaranteed between surfaceCreated and Destroyed
It's currently still available after surfaceDestroyed().
And available (but invalid) between surfaceCreated() and surfaceChanged().

Which means ANativewindow_getWidth/Height/Format() fail in those cases.

https://developer.android.com/reference/android/view/SurfaceHolder.html#getSurface()
2019-01-09 22:41:52 +01:00
..
jni Updated Android project files and documentation 2018-10-28 10:31:06 -07:00
src/main Android: native_window validity is guaranteed between surfaceCreated and Destroyed 2019-01-09 22:41:52 +01:00
build.gradle Updated Android project files and documentation 2018-10-28 10:31:06 -07:00
proguard-rules.pro Switched to new style gradle Android application build process 2017-10-23 15:23:43 -07:00