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.
For full documentation visit https://docs.flagsmith.com/clients/server-side.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests
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.
If you have any questions about our projects, email us at support@flagsmith.com.
We use Google Java Style for code formatting. To install it, see the instructions below.
- Install the Checkstyle for Java extension.
- Use the
java-google-style.xmlfile in thedocsfolder as the Checkstyle configuration file.
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).