I am making a CarouselView in Xamarin (Maui Blazor). It is intended that each item represents a day (starting from the present), and the user can swipe between
Is there a way I can have the list of registered pages for navigation in Prism? Or a function where it returns true when it receives a name of a page that is al
I am doing a project with the acr1255u-j1 and Xamarin forms , but I can't figure how to connect the device to the application . Any help would be appreciated
I have created a Binding Library for Triton Digital Mobile SDK and integrated it on my Xamarin.Android project. I have added this code to my project to test the
I have created a "Mobile App (Xamarin.Forms)" project in VS 2019: and then I chose the "Flyout" option: I modified two of the auto-generated classes: ItemDeta
I created a google-services.json file and added to my android project but when I tried to get a token I received this exception: { Java.IO.IOException: java.uti
I have a Xamarin project and I'm using visual studio 2019. I consume an API to access data and for my LoginPage flow I used routing in shell. So here is my AppS
I'm trying to implement OAuth through google in my xamarin app. My code looks like : var auth = new OAuth2Authenticator ( clientId: clientId, scope: sco
I can't understand if is possible to create an app that simulate an Nfc card on your IOS device. (Send data to nfc reader like a Pos) In Android is possible and
After contacting API in a login page with a successful login, I receive a JWT. And I want to set the AuthorizationHeader ONCE to use across all pages when navig
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