Skip to main content

All Questions

0 votes
1 answer
245 views

How can I add 'androidx/datastore/preferences/core/PreferencesKeys' to my Xamarin.Android project

I'm working with Xmarin.Forms and needed to consume some native 3rd parties into my project. I've managed to create the binding projects and go through the setup with minimal problems. The 3rd party ...
Paulo David's user avatar
0 votes
0 answers
415 views

CS0102 The type 'X' already contains a definition for 'PageScrolled' Xamarin android binding

Currently trying to bind an aar file. I've used the following lines to make changes, but to no avail. <attr path="/api/package[@name='com.shopgun.android.viewpager']/interface[@name='...
Kay's user avatar
  • 13
0 votes
0 answers
234 views

.jar bindings not created correctly in Xamarin

I have a external .jar library that I need to import to my project, I have followed the official Binding a .JAR guide and added the .jar as a "EmbeddedJar". It seems to work fine and I can ...
Taxen0's user avatar
  • 55
0 votes
1 answer
113 views

Runtime Error while using payu-custom-browser Xamarin Android Binding Library Says CBActivity : You need to use a Theme.AppCompat theme

I am integrating PayU Payment gateway in My Xamarin forms application. So I have converted all the given Libraries using Xamarin Binding Libs. I am getting this erron when click on pay Button Java....
Optimiser Infotech Financial S's user avatar
3 votes
0 answers
213 views

Android Xamarin Bindings: Enum in class constructur

I try to create a binding for an Android SDK from third party. A lot of parameters are int constants, that normally should be mapped to Enums in C#. I found examples, how to do this for methods and ...
WebDucer's user avatar
  • 1,144
3 votes
0 answers
229 views

Why does dependency injection not work when using the Koin library in Kotlin project

I am trying to bind this Webtrekk library (https://github.com/Webtrekk/webtrekk-android-sdk-BETA) for Android Webtrekk SDK is written in Kotlin and uses Koin for dependency injection. I am able to ...
Aleksandar Marinkovic's user avatar
0 votes
1 answer
348 views

MvvmCross Android binding EditText in release mode

I have a problem with binding EditText on Android platform. Today I update in my project MvvmCross framework from 6.2.X to 6.3.1 (+ update others NuGets) and changed TargetSdk and CompileSdk from ...
pnk's user avatar
  • 295
0 votes
0 answers
49 views

Xamarin Java Library Binding issues

I want to use agency tango materialintroscreen library in my Xamarin.Android project. I have created a Xamarin Android Binding Project, copy the ARR file in the Jars Folder and set Build Action to ...
Loïc Y. AMUZU's user avatar
1 vote
2 answers
2k views

Child properties update calling it's parent's `OnPropertyChanged`

I'm trying to create a XF component whose some properties are of a type that inherits from BindableObject. For illustrating, I have class Shadow with double Radius and Color ShadowColor properties and ...
Diego Rafael Souza's user avatar
1 vote
2 answers
2k views

How to change constructor param type in Xamarin Android bindings

How to write a binding transform that will change type of constructor param?
awattar's user avatar
  • 468
2 votes
0 answers
522 views

Xamarin Binding issue : Cannot find symbol

I'm trying to bind a native Java library. This jar file has previously been integrated into a binding project and I am attempting to update the jar with the latest version. I'm getting the following ...
ASandyBear's user avatar
0 votes
1 answer
767 views

Xamarin AAR Binding. Some classes are not included into binding

I made C# binding for my AAR library, but fragments that extends Support Fragment are not included into binding. Also method from other classes that have return type of Support Fragment also are not ...
Olexii Muraviov's user avatar
2 votes
0 answers
916 views

Xamarind Android Binding: Implementor of generic interface does not override abstract method

I am working on creating a binding for an Android library. The library has the following class: public interface GenericProcessListener<P, M, D> { void onStatusChanged(P process, M model, D ...
Korbinian Breu's user avatar
-2 votes
1 answer
291 views

Xamarin wrapper hell - handling lots of external dependencies

I have one topic that gives me sleepless nights. It's Xamarin binding wrappers. I have a project which requires usage of external library. On iOS side it's not so bad - just about 6 frameworks. But ...
Patryk Romańczuk's user avatar
-1 votes
1 answer
1k views

xamarin android jar binding error - Class does not implement interface method

I have a some problem with xamarin binding project. I got error message below from vs2017 when I was build Android binding project. Class does not implement interface method of course, I have found ...
Rick Bonglae Kim's user avatar

15 30 50 per page