Replies: 2 comments 1 reply
-
@jeromelaban any thoughts on this one? |
Beta Was this translation helpful? Give feedback.
1 reply
-
If you have something platform specific and using a shared project template you can call that code directly from any place in the shared code |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have to an aar file, for which i have created a xamarin binding library. i have tested that library with .net maui and xamain.android as well as xamarin .forms solutions. everything works there fine.
Now i want to bring my test project into the uno platform and call the android specific code from shared instance on an interface.
I am actually trying to create my interface (IMyService) in shared code and call it from shared code (which i did ). Now i am stuck at the point, How to resolve the android implementation (MyService)?
Do we have a very simple sample of such implemenrtation where we can do something similar like dependency service in xamarin or something?
Beta Was this translation helpful? Give feedback.
All reactions