I imagine this is pretty straightforward, but I'm struggling to make sense of how to do it via the documentation... I've got a tab page, that is opened from a f
I am using Xamarin to create an Android application. This app must, among other things, receive a multicast stream. The server is sending fine, but my app is no
Currently I am trying to update Android support libraries to AndoridX in our project which is built on Xamarin.Android. But when I use androidx widgets in layou
I'm using Maui preview (now release candidate) with a blazorwebview, to build a fairly simple app which connects to a webservice and synchronises data. The wind
I'm attempting to upgrade the Realm database version I'm using in my Xamarin Forms project, from v5 up to the latest v10. The original Realm database has been w
I created this in Styles.xml <style name="Content.Right"> <item name="android:paddingTop">60dp</item> <item name="android:paddingLe
I want to develop Salesforce chatbot with xamarin forms application. I am not able to find what sdk or nuget package, I should use. There is no information seem
I'm creating a Search Bar and can't seem to get results back. It seems to be case sensitive. Is there any way I can make it case insensitive so the user can sea
I have a hard time understanding the difference between those 3 things when creating a project using Xamarin.Forms or MAUI. I know what these are - INotifyPrope
I am reading through the source code for Xamarin and came across these two dialogs: the TimePickerDialog and DatePickerDialog. When reading through these, I see
I want to build a simple Xamarin app that can draw shapes with editing handles. I can then drag and drop the handles to edit the shapes. This can be done with S
In Xamarin.Forms application, I am doing login through OidcClient, I am facing one issue with Android. After the first successful login, the user does not go th
The above header refers. I would like to make this change so I can implement expanding lists (whereby my some of my list of items could have sub-items that can
I'm working on a mobile project with Xamarin Forms and I have this error in particulary case but, it's impossible to use the debuger to fix it. System.ObjectDis
I have a custom control in Xamarin.Forms app that's described via XAML. For example, CustomControl.xaml: <ContentView xmlns="http://xamarin.com/schemas/2014/
I am trying to read a file from google drive using my xamarin android application using google.drive.api, the latter requests Google Oauth2 ID credentials for A
Hy, I am trying to show a comment input if the item checkbox is checked and hide it else, i have this XAML <ListView ItemsSource="{Binding TaskItems}" x:Name
I am working on a development (Android, IOS) that requires uploading Images files to an Azure Storage, this images can be taken from the gallery or with the dev
Of these 4 methods mentioned, they all work in the simulator, but non of them work on the iPhone. Here are the pieces of code that come into play here. <List
I need to load two libraries before starting my activity. I can use this method through the native java language in android studio, here is my java code that is