Steven Albright

Results 12 comments of Steven Albright

Tonight I plan on taking a better look at the custom tabs and preloading api. Is there even a benefit to doing this or as a developer, I should just...

You can simply do it like this, or if you wanted you could use two different layouts. Either way, works fine. `android:src="@drawable/vector_file" app:srcCompat="@drawable/vector_file" tools:ignore="VectorDrawableCompat"` I would avoid `AppCompatDelegate.setCompatVectorFromResourcesEnabled(true);` due to...

Using one user pool is not an option for us with our current setup and changing this setup with our third-parties is not ideal for anyone involved. This use case...

Thanks @johan12345! I have not had a chance to do any testing on this but plan on in soon. I see the reason it is setup like that for the...

It seems that the issue is that the DJI SDK is NOT compatible with Android lifecycle components 2.3+. This is a concerning issue moving forward since other dependencies our app...

You can also make sure every dependency is using the same version of specific libraries. Here is what I add to my **app** level build.gradle: ```java // This resolves multidex...

@langsmith @tobrun @LukasPaczos I have recently stumbled upon this issue of not being able to download an offline region specifying a locally stored JSON StyleSpec. I contacted support and they...

@tobrun this is a needed feature for us. I have a support ticket in but it's marked low priority. What can I do to help get this done? It currently...

Is this still an issue in the latest SDK? I can't simply just add the dependency **com.google.android.gms:play-services-location** because this causes the getBestProvider method to incorrectly assume play services is installed.

I just updated it and it's working very well for me! Great work guys 👍