XF3.0 - UISegmentedControl disappear
Hello, I have a xf page where I build the StackLayout : if #if __ANDROID__ I add a FloatingActionMenu to view if #if __IOS__ I add a UISegmentedControl to view After udating to xf3.0 the...
View ArticleHow to add checkbox,radiobutton in xaml file?
Hello all, I am trying to add checkbox and radiobutton in xaml file by adding XLabs.Platform. It showing me error that "package XLabs.Platform 2.0.5782 was restored using .NET framework version=v4.6.1...
View Articlelocal Calender using xamarin.forms
How to am create event to device local Calender using xamarin.forms, plz help to me!!!!!!
View ArticleKindly Help: Error: AnalyticsListenerImplementor is not abstract and does not...
Hi, My app started throwing this error in my PCL's Android applocation Error: error: AnalyticsListenerImplementor is not abstract and does not override abstract method...
View ArticleXamarin Forms app is crashing with unknown reason
Hello guys I have a lot of crash reports in Google Play Console for my xamarin.forms app without any understandable stack trace and possibility to get the reason of the issue. There is only the message...
View ArticleHow to turn on camera flash on all devices
Hi, I am new to Xamarin Forms. I found a link to turn on camera flash in android device using Xamarin. But may I know how can I implement the same using Xamarin forms for 3 platforms? The link is here...
View ArticleMap page won't open unless location service is on
My map page loads fine and zooms into the user's current location when location is enabled. However, if I deny permission to use my location, the app freezes when I click on the map page and I get the...
View Articlehow to create scheduling calendar control using xamarin forms
how to create scheduling calendar control using xamarin forms
View ArticleHelp: Upgrading from 2.3.4 to 3.0. Android Contents are offset downwards
I had to update a year-old app to the current version of forms. Unfortunately on Android, it seems to think the screen is taller then it actually is (see screen shot). Everything is working just fine...
View ArticleHow can I use Google's Geocoding API on my map?
I have a search bar on my map page, and I'd like to use google's geocoding API to convert user's text input into coordinates. I'm currently using the geolocator plugin but it doesn't work as I want it...
View ArticleUWP Editor Alignment Issue
In UWP. The expected behavior is that upon setting the Editor text it is display aligned to the top, but no matter what I have tried is always aligned to the bottom. Yes, I have looked into every...
View ArticleXamarin.Forms 2.3.4.224 iOS crashing on ObservableCollection changed
Tried updating to the new version on iOS but it is crashing on an ObservableCollection binded to a ListView . The errors is: 0x00000001000f41a8 0x00000001000dc2a4 0x000000010041eaf8 0x0000000100367094...
View ArticleBinding to an Object/Field/Property Defined In CodeBehind
I'm pretty knew to data binding with Xamarin. It seems like a really powerful tool that comes at a cost of complexity. I've been reading forums for hours and cannot figure this out. Let's say I have a...
View ArticleErroe in android debug with a missing moethod
I have this error in android device, in the App.xaml.g.cs "System.MissingMethodException: System.Func`2<string, string> Xamarin.Forms.Internals.ResourceLoader.get_ResourceProvider() " Anyone know...
View ArticleWhy won't PopModalAsync() work on iOS?
For some reason I can not get a certain page in my application to successfully pop from the navigation stack on iOS. I am using the popModalAsync() method without issue in several other areas, but this...
View ArticleIdeas on how to create a circle that has a smaller overlapping status circle
So I need to create a circle that will hold the users initials. That's easy enough but that circle needs to have a smaller circle that will overlap it in the bottom right hand portion. The smaller...
View ArticleUpdate a Picker when getting data from DB using an API
I am playing around with an app to test concepts, I am creating a sports registration app that will allow the user to select a participant and then register them for a sport that falls in line with the...
View ArticleSending Azure IoT Hub Job and Receiving Messages generated from the Job via MQTT
Hi, I have been back and forth with Microsoft Support for almost 1 week now - nobody know how to do this apparently. The codes shared with me was not even compiled - probably still in PCL. However, I...
View ArticleShazam Offline and syncing question
I am in the process of a development for a client (my first). I need to be able to keep the application working while offline. I basically have a bar-code scanner app that creates assets on the fly. My...
View ArticleGrid inside ScrollVIew
Hi is it possible to put Grid inside ScrollView the Grid will act as header for ScrollView if possible how
View Article