NLL APPS
NLL APPS
Error is ``` C:\Users\Admin\Desktop\opencore-amr-android-master\opencore-amr-android-master\Codec\amr\src\main>ndk-build make.exe: *** No rule to make target `jni/opencore/../jni/opencore/../amr_encoder.cpp', needed by `obj/local/arm64-v8a/objs/amr-codec/jni/opencore/__/amr_encoder.o'. Stop. ```
There is significant delay on finishing encoding on the sample app. In fact it looks like thread never actually exits until app is killed. Can it be related to below...
[Bottom Sheet] Weird animation when dismissing modal Bottom Sheet with back button/gesture on 1.10.0
Hi, there is weird animation artifact introduced on 1.10.0. I think it is related to adding predictive back press. It only happens if you use back button or gesture to...
Not sure if I am missing it but android provides Section indexer for contacts so that you can show sections per letter in contact list. It might be be good...
Is this project still maintained? Every now and then I get above error on Android O Beta. I guess it is related the OS but just heads up Stack trace:...
Hi, I am trying to build PublicClientApplicationConfiguration in Java rather than using json file. My json config is ` { "authorities": [ { "type": "AAD", "audience": { "type": "AzureADandPersonalMicrosoftAccount" },...
Please provide samples with msgraph-sdk-java 6.1.0. There are a lot of changes and documentation at [https://github.com/microsoftgraph/msgraph-sdk-java/blob/dev/docs/upgrade-to-v6.md](https://github.com/microsoftgraph/msgraph-sdk-java/blob/dev/docs/upgrade-to-v6.md) does not show migration path for many things such as: - special() - DriveItemCreateUploadSessionParameterSet...
I am pulling my hair out trying to upload to special app folder [https://docs.microsoft.com/en-us/onedrive/developer/rest-api/api/drive_get_specialfolder?view=odsp-graph-online](https://docs.microsoft.com/en-us/onedrive/developer/rest-api/api/drive_get_specialfolder?view=odsp-graph-online) On 5 series, I was simply doing ` val specialAppFolder = "approot" val uploadSession = graphServiceClient...
Hi, as per [https://developer.android.com/guide/practices/page-sizes ](https://developer.android.com/guide/practices/page-sizes ) Google will be forcing 16 KB page size from next year. My understanding is that changing pjsip-android-builder to produce binaries with 16 KB page...
Hi, as per [https://developer.android.com/guide/practices/page-sizes](https://developer.android.com/guide/practices/page-sizes), are there any plans to provide builds with 16 KB page size? If so, are you able to provide timeline? Thank you