harrypotter06
harrypotter06
Hello, by XAMARIN Examples to use gmap i have used this code;  This code works, but on AndroidX is is deprecated. "SupportFragemntMangager" did not work here The code is...
Hello @jpobst , i have installed the Nuget Have the "Using" but what i see:  On Support-Lib no FindFragmentByID: 
@jpobst Sorry, you a using C# on VS2019? My code is based on this Xamarin Example: https://github.com/xamarin/monodroid-samples/blob/master/MapsAndLocationDemo_v3/SimpleMapDemo/MapWithMarkersActivity.cs So this Xamarin Example has the same issue. Did you not have this...
sorry for the confusion: Default lib:  and Support-lib:  On Xamarin example, same issue.



That's what it's all about right now. We want to use the application on Xamarin.AndroidX and have also installed the Xamarin.Migrator first. Obviously the migration is not clean and now...
I would love to do that if someone would tell me how to do this with Xamarin. Xamarin only documented that you should use the Xamarin.AndroidX.Migrator and you can now...
Let's make it easy: from: Using Android.Support.V4.App is under AndroidX ..... Using AndroidX ....... Unfortunately, the Android documentation is only of limited help to Xamarin programmers, as the syntax used...