Flagsmith Java SDK
Flagsmith allows you to manage feature flags and remote config across multiple projects, environments and organisations.
This SDK enables Android and Java applications to integrate with Flagsmith.
Adding to your project
For full documentation visit https://docs.flagsmith.com/clients/server-side.
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests
Getting Help
If you encounter a bug or feature request we would like to hear about it. Before you submit an issue please search existing issues in order to prevent duplicates.
Get in touch
If you have any questions about our projects, email us at [email protected].
Code Style formatting
We use Google Java Style for code formatting. To install it, see the instructions below.
VS Code
- Install the Checkstyle for Java extension.
- Use the
java-google-style.xmlfile in thedocsfolder as the Checkstyle configuration file.
IntelliJ
To add GoogleStyle formatting in IntelliJ go to Preferences -> Editor - Code Style -> Java. From Schema Import Schema and select file docs/java-google-style.xml
Once added, you will be able to reformat code using GoogleStyle. This can be triggered from the Code menu or with the Ctrl + Alt + L shortcut (default).