The DJI UX SDK speeds up development time by providing UI elements for all core functionalities, and by using it in conjunction with the DJI Mobile SDK you can create a customized mobile app to unlock the full potential of your DJI aerial platform. Using the default UX SDK, an application can be created with no additional lines of code; you can also pick and choose which elements you want to use for maximum UI flexibility.
With the UX SDK 5.0 version we are introducing an easy way to customize all the UI elements, as well as extend the base classes to build your own custom widgets. For more details, see the UX SDK 5.0 overview.
Check out our sample app to get started.
Read the documentation for installation to learn more about including this library in your applications.
You can find the UX SDK documentation on the wiki. This includes -
- UX SDK 5.0 overview and main concepts
- Documentation for all the individual widgets
- Contribution guidelines
- Where to get support
As always, the DJI Dev Team is committed to improving your developer experience. Please follow our guidelines on the How to Contribute page in our wiki, for filling out bugs or feature requests, or to contribute to the code base. If you have any other questions, please send an email to [email protected]. We recommend frequently checking the Github repositories for changes and new releases.
This Beta 1.1 release only contains a small subset of UX SDK elements. We are eager to give you a sneak peek, and are very interested in receiving your feedback and suggestions. Please refer to the release notes for the full list of elements that Beta 1.1 version makes available.
Our long-term plan is for this framework to reach feature parity with the UX SDK 4.11 release. The core team is currently working on porting the remaining widgets and other APIs to the new architecture. We will then open source them in additional future Beta releases, in phases, as they are completed. We welcome your feedback on the architecture and your ideas for addional widgets(including those not included in prior UX SDK releases), as well as your contributions and PRs for any currently open-sourced features.
DJI UX SDK Beta is released under the MIT license. See LICENSE for details.