Initial Android docs#274
Merged
eXpl0it3r merged 1 commit intoSFML:feature/prep_3.1.0from Mar 31, 2026
Merged
Conversation
Contributor
Author
|
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.)? |
Member
Sounds like a good idea to me! |
3ecfcbc to
d8d05a4
Compare
eXpl0it3r
requested changes
Feb 13, 2026
eXpl0it3r
requested changes
Feb 20, 2026
Member
eXpl0it3r
left a comment
There was a problem hiding this comment.
Some small comma stuff, otherwise it should be ready
Member
|
Retargeted, rebased and moved the files for the SFML 3.1 tutorials. |
Contributor
Author
|
Added link and a few more notes on android app structure and squashed |
9029bc3 to
fa04d19
Compare
eXpl0it3r
approved these changes
Mar 31, 2026
eXpl0it3r
reviewed
Mar 31, 2026
| * tutorials/3.1/getting-started/code-blocks*.md | ||
| * tutorials/3.1/getting-started/linux*.md | ||
| * tutorials/3.1/getting-started/macos*.md | ||
| * tutorials/3.0/getting-started/android*.md |
Member
There was a problem hiding this comment.
Woops, forgot to adjust this. Will do it in the feature branch.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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