Conversation
|
I've not mentioned about backgrounding here - I'd think we want to have a more general "mobile" page which can cover the shared behaviour (backgrounding, orientation changes, etc.)? |
Sounds like a good idea to me! |
3ecfcbc to
d8d05a4
Compare
eXpl0it3r
left a comment
There was a problem hiding this comment.
Some small comma stuff, otherwise it should be ready
|
|
||
| !!! note | ||
|
|
||
| Android does not use executables, so where you would normally `add_executable(...)` in CMake on other platforms, you must instead do `add_library(... SHARED)` for Android. |
There was a problem hiding this comment.
Can we add some reason as to why and/or add a link?
There was a problem hiding this comment.
I'm not really sure what useful info could be added here without going into quite some detail about the JNI/NDK and stuff. Best I can find is this: https://developer.android.com/ndk/guides/concepts#main_components
Do you think that's useful to link?
There was a problem hiding this comment.
Yeah, I believe the link could be useful. As a user of something, I usually don't like when the text doesn't provide some reasoning, even if it's just "because they say so, see link".
|
Retargeted, rebased and moved the files for the SFML 3.1 tutorials. |
|
Added link and a few more notes on android app structure and squashed |
Partial fix of #273
About time we had some - This covers the most common and simple method people should use, building an app via Android Studio/Gradle
Worth noting the cmake code here references the non-existent 3.1.0 SFML branch which includes some fixes that I'd prefer not to document the workarounds for here