-
Hi,
Since Android Studio Gradle Plugin, it's possible to use some Java 11 source code in all Android versions
https://developer.android.com/studio/releases/gradle-plugin#java-11
Is it possible …
-
I have come across a problem while binding .AAR library in Xamarin.Android.
There is an abstract class in library which implements an interface.
Now the problem is, it seems it is not mandatory in j…
-
With Android 8.0 API 26 after Join call I receive error "Call not sent, no valid number entered"
The local preview displayed.
Below is debug log:
`16:41:17:359 [ViewRootImpl@33d87e4[MainActivity]…
-
### Android application type
.NET Android (net7.0-android, net8.0-android, etc.)
### Affected platform version
VS 2022 17.8.4
### Description
I tried to create a library for many libraries and to…
-
Redirected here from [MAUI](https://github.com/dotnet/maui/issues/16199)
I am trying to integrate an iOS binding library with a swift library that uses asynchronous methods. When I hit a method…
-
sample code
[ClassExtendBindingWork.zip](https://github.com/xamarin/java.interop/files/4555639/ClassExtendBindingWork.zip)
java interface:
```
public interface InterfaceOne {
void setVisibl…
-
Hello! Finally got this working and really love it. However I'd love to be able to use the new LibraryImport attribute instead of DLLImport (as well as its new parameters). I think exposing this as a …
-
Import a jar containing a Java enum and an interface that uses the enum in a method parameter, such as:
```java
public enum SomeEnum {
ZERO,
ONE,
TWO,
THREE
}
public interf…
-
### Description
Please bind
https://developer.android.com/jetpack/androidx/releases/credentials
it contains a new flow to simplify auth.
-
This only happens on iOS, on Android it does not have this effect. The page does a refresh/flicker on iOS. Items receive automatic updates through a Firestore Listener (as if it were SignalR). When th…