-
![ezgif-3-22b49efb77](https://user-images.githubusercontent.com/13378059/41655897-e84a7e3e-74c0-11e8-9278-7d37d8655bf2.gif)
```
"react-native-modal": "^6.1.0",
"react-native-modal-translu…
-
Hi, my Mini 3 is not responding at all with sendVirtualStickAdvancedParam. So far takeoff, landing and taking pictures have worked just fine on my app.
This is what I'm using to setup VirutalStick:…
-
Hi, when I'm trying to enable virtual stick on mini 3 pro(sdk version: 5.9.0) this error appears.
```
java.lang.NoClassDefFoundError: Failed resolution of: Ldji/v5/common/callback/CommonCallbacks$C…
-
Is it possible to set wind speed via SDK? If not, do you have it in plans? Or maybe there is another software from it?
Drone: Mavic Mini 3 Pro
-
### 问题描述【必填】
老师,其实不用传入setLifecycleOwner对象的。
因为,在使用ViewModel和LiveData的架构中,通常不需要直接将LifecycleOwner传递给网络请求库来管理请求的生命周期。ViewModel和LiveData已经为你提供了一种优雅的方式来处理与生命周期相关的逻辑。
如下,
```kotlin
class HomeViewMo…
-
### 框架版本【必填】
18.5
### 问题描述【必填】
安卓14,申请READ_MEDIA_IMAGES时,当用户选择部分允许后,READ_MEDIA_IMAGES的isGranted=true,
预想中应该是false,READ_MEDIA_VISUAL_USER_SELECTED的isGranted=true才对,导致无法区分用户是部分允许还是全部允许。
请参考复现…
-
I am currently in the process of developing an Android application that allows a user to select waypoints on the app interface. The chosen waypoints are then transmitted to a DJI drone, which autonomo…
ghost updated
6 months ago
-
Parent #17173
This issue is about resolving the `AsyncTask` compile warnings for the WordPress module, and possibly, for the lib modules as well.
PS: Some of those warnings are already deprecate…
-
测试
ocrEngine = new OcrEngine(this.getApplicationContext())
调用多次会得到乱码的识别的结果,最好能有一个反注册功能去释放,在第二次调用又可以初始化
-
服务器数据返回规则:
请求成功:直接返回对象
`{
"userId": "1",
"name": "2",
"age": 3
}`
请求失败:返回
` {
"code":"E1001",
"ms…