Questions tagged [xamarin-native]

9 questions
1
vote
2 answers

.NET MAUI: How MAUI Will it impact on Xamarin Native applications?

I have come to know that Microsoft will not support Xamarin anymore by the end of this year (Nov 2021) in favour of MAUI and .NET MAUI is the next generation of Xamarin Forms as well, so what will happen to Xamarin.Native apps. Will they also be…
user6159419
  • 247
  • 2
  • 19
1
vote
2 answers

Xamarin Native equivalent of Xamarin.Forms App OnSleep and OnResume

I'm working with a Xamarin Native application, and would like to perform some logic when the application is focused / out of focused in android - similar to Xamarin.Forms Application.OnSleep(), and Application.OnResume() (not to be confused with…
0
votes
0 answers

Unable to use SecureStorage/Preferences in .Net6

I am getting below error while migrating Xamarin Native to .Net6 Package: Xamarin.Essentials This functionality is not implemented in the portable version of this assembly. You should reference the NuGet package from your main application project in…
Android Developer World
  • 1,051
  • 1
  • 12
  • 15
0
votes
0 answers

Xamarin Native Architecture

I need some guidance with respect to Xamarin Native Project The Plan is: UI Development: Xamarin.iOS with its independent UI - ie: UITableView / UICollectionViews, etc Xamarin.Android with its independent UI - ie: Listview and Adapters /…
Samy Gray
  • 43
  • 7
0
votes
1 answer

How to bind service from Java library in Xamarin Android Project

I have service class implementation in Example.aar public class DemoService : Service{} I have created a Native binding library project. When i tried to bind this service in Xamarin.Android project. bindService() is returning false. var Result…
0
votes
1 answer

Xamarin Native Binding - Kotlin constructor

I am have added Native Binding for Android in Xamarin. But, Class constructor is added with one more new parameter "DefaultConstructorMarker _constructor_marker". I have no clue to create this parameter.
0
votes
1 answer

Xamarin Android Native binding for Android Plugin SDK

I am trying to create xamarin wrapper for Plugin SDK built in Native Android (built using kotlin language). I am getting below log. obj/Debug/api.xml.class-parse : warning BG8605: The Java type '$' could not be found (are you missing a Java…
0
votes
0 answers

Trying to run existing Xamarin Native in Jetbrains Rider IDE

I have an existing xamarin based project. It does work in Visual Studio 2022. Since, intellij based IDE (Rider) does provide some good support for android, I was trying to run it in Rider. But, stuck with this problem for quite sometime now. Tried…
saiful103a
  • 1,109
  • 7
  • 13
-3
votes
1 answer

What recent way is there in achieving a floating action button in xamarin.ios?

please can anyone help me in achieving a floating action button in xamarin.ios? All I see over the internet is xamarin forms. I'm getting this has been answered but the solution I found has been deprecated since 2018, I need this for my final…