Skip to content

DJI Mobile UILibrary is a suite of product agnostic UI objects that fast tracks the development of iOS applications using the DJI Mobile SDK.

License

Notifications You must be signed in to change notification settings

laomi4569/Mobile-UILibrary-Android

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DJI UILibrary for Android

What is This?

The UILibrary is a suite of product agnostic UI objects that fast tracks the development of Android applications using the DJI Mobile SDK.

Integration

Declare dependency via Maven:

<dependency>
    <groupId>com.dji</groupId>
    <artifactId>dji-uilibrary</artifactId>
    <version>4.4.1</version>
</dependency>

<dependency>
    <groupId>com.dji</groupId>
    <artifactId>dji-sdk-provided</artifactId>
    <version>4.4.1</version>
</dependency>

or Gradle:

compile 'com.dji:dji-uilibrary:4.4.1'
provided 'com.dji:dji-sdk-provided:4.4.1'

For further detail on how to integrate the DJI UILibrary into your Android Studio project, please check the Getting Started with UI Library tutorial.

Get Started With DJI UI Library

Please check this Getting Started with DJI UI Library tutorial to learn how to use DJI Android UI Library and DJI Android SDK to create a fully functioning mini-DJI Go app easily, with standard DJI Go UIs and functionalities.

Learn More about DJI UI Library

Please visit UI Library Introduction for more details.

Development Workflow

From registering as a developer, to deploying an application, the following will take you through the full Mobile SDK Application development process:

Feedback

We’d love to have your feedback as soon as possible. Reach out to us when you hit roadblocks, or want to talk through something. At a minimum please let us know:

  • What improvements would you like to see?
  • What is hard to use or inconsistent with your expectations?
  • What is good?
  • Any bugs you come across.

Support

You can get support from DJI with the following methods:

Join Us

DJI is looking for all kinds of Software Engineers to continue building the Future of Possible. Available positions in Shenzhen, China and around the world. If you are interested, please send your resume to software-sz@dji.com. For more details, and list of all our global offices, please check https://we.dji.com/jobs_en.html.

DJI 招软件工程师啦,based在深圳,如果你想和我们一起把DJI产品做得更好,请发送简历到 software-sz@dji.com. 详情请浏览 https://we.dji.com/zh-CN/recruitment.

About

DJI Mobile UILibrary is a suite of product agnostic UI objects that fast tracks the development of iOS applications using the DJI Mobile SDK.

Resources

License

Stars

Watchers

Forks

Packages

No packages published