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 Beta 1 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 code in this repository with instructions on how to get started here.
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
- Sample app tutorial
- 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 on our wiki for filling out any bugs or feature requests, or contributing 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.
Mobile-UXSDK-Beta-Android is available under the the MIT license. Please see the LICENSE.txt
file for more info.
This Beta 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 wiki or the release notes for the full list of elements that the Beta 1 version makes available.
Our long-term plan is for this framework to reach feature parity with the UX SDK 4.10 release. The core team is currently working on porting the remaining widgets and other APIs to the new architecture and we will open source them in additional future Beta releases 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.