5,346 questions with Xamarin tags

Sort by: Updated
0 answers

Slider vs SeekBar on Xamarin.Android in Visual Studio 2022

I am working on adding a Slider or SeekBar to a Xamarin.Android app. There are 2 scenarios in which I will be using this. The first one is just a simple standard select a value from x to y scenario. The second scenario is more unique, although I have…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,346 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,823 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,080 questions
asked 2024-09-28T15:41:07.3533333+00:00
Nathan Sokalski 4,126 Reputation points
1 answer One of the answers was accepted by the question author.

Working with focused items displayed in a CollectionView

I have a Xamarin project with a form which displays object instances stored in an ObservableCollection. The ObservableCollection items are displayed in a CollectionView. Each item contains its own Picker and Entry controls. My problem is, I need to…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,346 questions
asked 2021-10-13T21:16:22.54+00:00
EricO 26 Reputation points
commented 2024-09-28T14:54:38.7766667+00:00
0 answers

How to read data from Serial Ports on Android using MAUI

Hi everyone, I'm working on a .NET MAUI app for Android and I’m having some trouble. Right now, my code just displays the connected USB devices info, but I actually need to read data from serial ports instead. Here's the code I have so far: #if…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,346 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,453 questions
asked 2024-09-28T13:43:25.7+00:00
Yusuf 20 Reputation points
edited the question 2024-09-28T13:44:24.7066667+00:00
Yusuf 20 Reputation points
0 answers

Customizing Layout / Position of RadioButton Without RadioButtonGroup

I want the layout of my app to have several RadioButton(s) that are arranged in very unusual ways, there are other View(s) in the layout that make RadioButtonGroup inappropriate because it would contain many other View(s) and be hard to layout. I am…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,346 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,887 questions
asked 2024-09-27T18:59:44.78+00:00
Nathan Sokalski 4,126 Reputation points
0 answers

Xamarin ios push notification not working

I have a problem with push notifications on a xamarin project situation: I have a working xamarin android / ios code with bundle id com.xxxx.abc. I have to republish the same app with a different brand, I created a new plist, new registration on…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,346 questions
asked 2024-09-27T08:18:35.0266667+00:00
vincenzo cerbino 0 Reputation points
1 answer

How to log in with HTTP POST protocol first and then show the homepage with "WebView" package?

How to log in with HTTP POST protocol first and then show the homepage with "WebView" package? The website needs to log in with HTTP POST protocol first, and then the web will be directed to its homepage. The code shows me logging in…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,346 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,887 questions
asked 2024-09-26T05:05:19.2033333+00:00
HC 1 Reputation point
commented 2024-09-27T07:18:45.41+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 42,361 Reputation points Microsoft Vendor
1 answer

I have an application in Xamarin Forms and it stopped working on iPhones that updated to iOS 18.0

I have an application in Xamarin Forms and it stopped working on iPhones that updated to iOS 18.0 The first time I compile the application it works normally, but if I finish it and open it again, it crashes and becomes practically inoperative. I develop…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,346 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,080 questions
asked 2024-09-26T14:45:52+00:00
Miguel Pires 0 Reputation points
answered 2024-09-26T18:05:05.96+00:00
Bruce (SqlWork.com) 64,816 Reputation points
0 answers

crc643f46942d9dd1fff9.FormsAppCompatActivity.n_onStart java.lang.IllegalStateException

need help. I don't know why my app isn't working or force close. I use Xamarin.Forms 5.0.0.2012 with the following error: crc643f46942d9dd1fff9.FormsAppCompatActivity.n_onStart java.lang.IllegalStateException Stack trace: Type…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,346 questions
asked 2024-09-12T08:59:35.4533333+00:00
dimas kursiana 0 Reputation points
edited the question 2024-09-25T07:23:43.19+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 42,361 Reputation points Microsoft Vendor
1 answer

Xamarin.iOS: Failed to generate Ad-Hoc | Release Build from Migrated Project (Microsoft.NET.Sdk)

Hello, Error: Configuration doesn't target device Tools: Visual Studio 2022 (Version 17.6.14) According to the process of upgrade project from Xamarin to .Net sdk style, we have migrated Xamarin.iOS (native) project into sdk style project…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,346 questions
asked 2024-09-07T11:35:21.08+00:00
Matrix ComSec 5 Reputation points
commented 2024-09-24T07:43:52.3866667+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 30,916 Reputation points Microsoft Vendor
1 answer

Changing the color of a single color drawable png

I have a Xamarin.Android project with several single color (black & transparent) png's in my Drawable folder. I want to be able to dynamically make these images different colors by specifying a System.Drawing.Color or Android.Graphics.Color. To put…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,346 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,823 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,887 questions
asked 2024-09-22T19:48:38.7466667+00:00
Nathan Sokalski 4,126 Reputation points
answered 2024-09-23T02:00:17.4533333+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 75,036 Reputation points Microsoft Vendor
1 answer

How to add google tag manager in Xamarin forms app

I want to integrate Google Tag Manager into our existing Xamarin.Forms app, which is developed using the .NET Standard 2.1 framework. This integration will enable us to manage and deploy marketing tags and tracking scripts more efficiently without…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,346 questions
asked 2024-09-19T12:31:50.18+00:00
Saurabh Yadav 0 Reputation points
answered 2024-09-20T02:29:43.83+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 42,361 Reputation points Microsoft Vendor
0 answers

NullReferenceException when building Xamarin Android Binding Library

I've been trying to build a Xamarin Android Binding Library having a .jar file in it. It builds just as expected with different .jar-s I tried, however when I add jackson-databind library, I keep receiving BINDINGSGENERATOR : error BG0000:…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,346 questions
asked 2021-10-07T14:07:06.057+00:00
Vladislav 1 Reputation point
commented 2024-09-18T12:04:14.61+00:00
Lewis Spencer 0 Reputation points
0 answers

Xamarin.Forms 5.0.0.8532 not available in https://www.nuget.org/packages/Xamarin.Forms

Currently on the official nuget package page (https://nuget.org/packages/Xamarin.Forms ) you can only download Xamarin.Forms up to version 5.0.0.2662, but within Visual Studio my project has version 5.0.0.8532+0-pr.15765-sha.fb33d7158-azdo.88278, why is…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,346 questions
asked 2024-09-17T13:33:34.74+00:00
david donayo 0 Reputation points
commented 2024-09-18T07:42:17.1366667+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 75,036 Reputation points Microsoft Vendor
0 answers

Mobile SSO doesn't work on iOS (Specially for iPhone11 ) when using Microsoft Authenticator App for MFA

I incorporated Microsoft.Identity.Client API for user authentication. The user provided their credentials and received a one-time OTP. The user then interacted with the Authenticator app by tapping on notifications. After tapping the notification, they…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,346 questions
Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
6,744 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,585 questions
asked 2023-10-05T10:28:11.71+00:00
Malviya, Mridul Kumar 0 Reputation points
edited the question 2024-09-17T19:05:08.9833333+00:00
VarunTha 7,975 Reputation points Microsoft Vendor
3 answers One of the answers was accepted by the question author.

Emulator not running. Could not get emulator name after starting AVD

I recently installed windows 11 and android emulator stopped working. I recently installed windows 11 and android emulator stopped working. This is the errorstrong text my configuration is I have tried different combinations…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,346 questions
asked 2022-01-28T03:05:31.787+00:00
Erick 26 Reputation points
commented 2024-09-17T10:36:14.2566667+00:00
LukaszB 0 Reputation points
2 answers One of the answers was accepted by the question author.

Xamarin MSAL Azure AD ADFS AcquireTokenInteractive error

Hi I just seen this error in our app , ERROR Web page not Available The web page at https://adfs.srm.com/adfs/ls/wia?client-request-id=########## Could not be loaded because : net::ERR_HTTP_RESPONSE_CODE_FAILURE Normally the user enter their email…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,346 questions
Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
6,744 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,585 questions
asked 2023-09-18T17:06:38.9333333+00:00
hernandoZ 46 Reputation points
answered 2024-09-13T21:30:21.5766667+00:00
Nem W. Schlecht 0 Reputation points
0 answers

Xamarin/MAUI iOS Local Push Connectivity

I have the local push entitlement from apple and also a separate bundle id for a new local push extension. I am project referencing this extension project from my main iOS .csproj and setting these flags: …

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,346 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,453 questions
asked 2024-09-11T18:35:25.5966667+00:00
Kim, Do Hyung 0 Reputation points
commented 2024-09-12T05:56:38.2+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 30,916 Reputation points Microsoft Vendor
1 answer

Using an iOS storyboard and viewcontroller in Maui

I am in the process of porting my xamarin.ios project to maui. Unfortuanately I have a storyboard and viewcontroller I cannot replicate in maui. (Dropbox) Is there a way I can use that part in my maui project? I copied the files to Platforms/iOS but not…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,346 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,453 questions
asked 2024-09-08T05:12:48.15+00:00
Phunction 256 Reputation points
commented 2024-09-09T02:54:06.9433333+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 30,916 Reputation points Microsoft Vendor
1 answer

How to Deploy Xamarin 4.8 Apps to Simulator with VS Code on Mac After Migration?

Hi everyone, With Visual Studio for Mac being dropped, I’ve migrated to using VS Code for Mac and am using Meteor as a simulator for my Xamarin 4.8 app development. I’m trying to deploy a Xamarin 4.8 application to the simulator, but I’ve encountered an…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,346 questions
Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
996 questions
asked 2024-09-04T13:20:17.9666667+00:00
Lefteris Michailidis 0 Reputation points
edited an answer 2024-09-05T19:57:11.8+00:00
Bruce (SqlWork.com) 64,816 Reputation points
1 answer One of the answers was accepted by the question author.

Migrating from MasterDetail to Flyout, and how to make a common page view?

Yes, I am aware there are two questions to this, perhaps a third in asking if I even need to worry about migrating from MasterDetail at all. I've been going over my code, migrating some API's and so on. One issue I have been finding is that…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,346 questions
asked 2021-09-08T06:35:43.23+00:00
Jesse Knott 686 Reputation points
commented 2024-09-05T16:57:31.96+00:00
hrushikesh bhide 0 Reputation points