5,360 questions with Xamarin tags

Sort by: Updated
1 answer

How to implement Firebase Realtime Database in .NET MAUI with complex data

I am using NET MAUI and Firebase Realtime Database , I ma uploading some user data in Firebase Realtime Database , and i fetch my all data from my view model but it's take to much time to load and when i add some more new data then it's takes to much…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,360 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,549 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,972 questions
asked 2024-10-21T09:39:45.34+00:00
Md Mosabbir Alam 20 Reputation points
answered 2024-10-22T15:42:19.2833333+00:00
Bruce (SqlWork.com) 65,746 Reputation points
1 answer

Trying to bind RadioButtonGroup.SelectedValue to a vaiable....

Hey, im trying to bind RadioButtonGroup.SelectedValue to a vaiable but dosent get it to work... Can someone see what im doing wrong here? Here is my XAML Code: <StackLayout RadioButtonGroup.GroupName="TrainingStyleRB" …

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,360 questions
asked 2021-06-12T19:53:40.423+00:00
Carlo Goretti 121 Reputation points
commented 2024-10-22T13:22:15.8766667+00:00
Parsa Gachkar 21 Reputation points
0 answers

Xamarin.Forms Android Resource.Designer generating without layout xml

Hello! Running VS22 and Xamarin.Forms 4.8.0.1269 I've got an app in Xamarin.Forms used for Windows and Android. We've recently had to rename the entire project and in doing so changing the name of all the namespaces and folders. I've triple checked and…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,360 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,147 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,972 questions
asked 2024-10-22T11:54:19.0933333+00:00
Nilas Kjærup 0 Reputation points
2 answers

Provisioning Profiles and all iOS integration in VisualStudio 2022 Windows still not working properly?

Afer some update beginning/mid this year vs 22 began to have problems with the following points: Tools/Options/Xamarin/Apple Accounts the Details for the team beginning having issues loading the profiles(and certificates... both lists are and stay…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,360 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,147 questions
asked 2022-10-05T07:31:48.867+00:00
Bernhard Pollerspöck 1 Reputation point
commented 2024-10-22T08:01:01.5233333+00:00
TS 0 Reputation points
5 answers

XA0137: The 'run-as' command failed with 'run-as: couldn't stat /data/user/0/com.test.demo: No such file or directory '.

Hi all, My app not installing in release mode, Even I tried generating apk and installing but app is crashing every time. I'm getting following error Start debugging Android application failed Start debugging Android application ... am start -a…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,360 questions
asked 2021-09-17T16:33:28.817+00:00
Nagarjuna Gadikota 1 Reputation point
commented 2024-10-22T04:33:46.1366667+00:00
Денис Шишпор 0 Reputation points
0 answers

Handling the Back Button in a .NET Android MAUI App

I am in the process of converting my Xamarin.Android apps to .NET Android MAUI (NOTE: My MAUI app is Android only). In my Xamarin.Android apps, I used AndroidX.AppCompat.App.AppCompatActivity, but would like to use Android.App.Activity in the future…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,360 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,887 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,549 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,972 questions
asked 2024-10-22T02:22:17.16+00:00
Nathan Sokalski 4,106 Reputation points
edited a comment 2024-10-22T02:42:00.6566667+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 76,001 Reputation points Microsoft Vendor
0 answers

FlexLayout - System.Exception Message=something is deeply wrong

I'm attempting to rewrite a page (ContentView, actually) built with grids--replacing all grids with FlexLayouts. While admittedly a newbie, it seems obvious Xamarin wasn't prepared for what I've written. Sorry for the long piece of code that follows. …

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,360 questions
asked 2021-03-02T01:38:53.627+00:00
larry leach 91 Reputation points
commented 2024-10-22T01:36:35.51+00:00
larry leach 91 Reputation points
0 answers

ImageView not updating in RecyclerView

I have a RecyclerView with the following item layout: <?xml version="1.0" encoding="utf-8"?> <GridLayout xmlns:android="http://schemas.android.com/apk/res/android"…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,360 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,887 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,972 questions
asked 2024-10-18T18:02:52.0833333+00:00
Nathan Sokalski 4,106 Reputation points
commented 2024-10-21T00:59:25.4366667+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 43,446 Reputation points Microsoft Vendor
1 answer

Xamarin iOS How to File.ReadAllBytes a file inside /private/var/mobile/Containers/Shared/AppGroup/

string filePath = "/private/var/mobile/Containers/Shared/AppGroup/7E6455EB-2EF9-417E-BC79-71BA25B53853/File Provider Storage/file.pdf" byte[] byteFile = File.ReadAllBytes(filePath); When I run the code above on Xamarin iOS I get an…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,360 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,972 questions
asked 2024-10-19T02:14:17.65+00:00
Jimmy Oku 0 Reputation points
answered 2024-10-21T00:35:23.5266667+00:00
Jimmy Oku 0 Reputation points
2 answers

Cannot create an IOS archive... Process cannot be executed on XMA server. There was an error unzipping the file... The specified path, file name, or both are too long.

I am working on an update to a Xamarin.Forms app In Visual Studio Community 2022 on a Windows 11 Pro machine. I receive the following error when I try to archive the iOS project for distribution: Cannot create an IOS archive 'XXXXXXXX.iOS'. Process…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,360 questions
asked 2022-04-15T03:17:54.517+00:00
answered 2024-10-18T08:06:28.9766667+00:00
Emanuele DI EMANUELE 1 Reputation point
1 answer

Xamarin.Android ViewPager2 Requires match_parent

I have a Xamarin.Android app in which I am trying to use ViewPager2. The ViewPager2 is defined in my layout as follows: <androidx.viewpager2.widget.ViewPager2 android:id="@+id/vpStartScore" android:layout_width="match_parent"…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,360 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,887 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,972 questions
asked 2024-10-15T21:53:23.4933333+00:00
Nathan Sokalski 4,106 Reputation points
answered 2024-10-16T21:44:29.47+00:00
Graham McKechnie 416 Reputation points
0 answers

Pre-Measuring a RecyclerView

I have a Custom View that inherits from RecyclerView. Once created, the RecyclerView will always have the same number of items, all of which will remain the same size once created. All other items on the page will remain the same size as well (except of…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,360 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,887 questions
asked 2024-10-13T02:22:46.6466667+00:00
Nathan Sokalski 4,106 Reputation points
commented 2024-10-14T07:54:44.2366667+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 76,001 Reputation points Microsoft Vendor
0 answers

One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts

I have a Xamarin Android application that integrates the uGrokit RFID library. Recently, I updated the targetSdkVersion to 34 in the Android Manifest. After deploying the build, the app works without crashes on devices running Android 13. However,…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,360 questions
asked 2024-10-10T14:52:45.45+00:00
Muthu Madhavan 0 Reputation points
edited a comment 2024-10-11T08:04:18.9266667+00:00
Muthu Madhavan 0 Reputation points
1 answer

Theme.MaterialComponents.Light.NoActionBar Causes Visual Studio 2022 to Ignore My Styles in Designer

I am attempting to add a com.google.android.material.slider.Slider to my Xamarin.Android app. This forced me to change my AppTheme is styles.xml to Theme.MaterialComponents.Light.NoActionBar instead of Theme.Design.NoActionBar. Doing this caused the…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,360 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,887 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,972 questions
asked 2024-09-30T17:53:56.1433333+00:00
Nathan Sokalski 4,106 Reputation points
commented 2024-10-10T01:09:56.3033333+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 43,446 Reputation points Microsoft Vendor
2 answers

Visual Studio 2022 Xamarin Forms UWP Create App Package Error: Task 'SignAppxPackage' failed. The application has failed to start because its side-by-side configuration is incorrect.

I am trying to create an app package (for my Xamarin Forms UWP app) to upload to the windows store. I am using Microsoft Visual Studio Professional 2022 (ARM 64-bit) Version 17.8.3. In Visual Studio, I right-click on the UWP project -> Publish ->…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,360 questions
asked 2024-07-02T11:18:30.5366667+00:00
Andrea Christy 5 Reputation points
commented 2024-10-09T09:07:30.5466667+00:00
BackNot 46 Reputation points
1 answer

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,360 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,972 questions
asked 2024-09-27T18:59:44.78+00:00
Nathan Sokalski 4,106 Reputation points
commented 2024-10-09T07:12:00.1+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 43,446 Reputation points Microsoft Vendor
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,360 questions
asked 2024-09-11T18:35:25.5966667+00:00
Kim, Do Hyung 0 Reputation points
edited the question 2024-10-09T06:49:12.9033333+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 31,976 Reputation points Microsoft Vendor
0 answers

Measuring A Slider Inside A Custom View Inheriting From GridLayout

I have a Custom View that inherits from GridLayout. The xml layout file is as follows: <?xml version="1.0" encoding="utf-8"?> <GridLayout xmlns:android="http://schemas.android.com/apk/res/android"…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,360 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,887 questions
asked 2024-10-08T17:48:07.66+00:00
Nathan Sokalski 4,106 Reputation points
commented 2024-10-09T01:59:10.2766667+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 76,001 Reputation points Microsoft Vendor
0 answers

Measuring A Slider Inside A Custom View Inheriting From GridLayout

I have a Custom View that inherits from GridLayout. The xml layout file is as follows: <?xml version="1.0" encoding="utf-8"?> <GridLayout xmlns:android="http://schemas.android.com/apk/res/android"…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,360 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,887 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,972 questions
asked 2024-10-08T23:24:55.4166667+00:00
Nathan Sokalski 4,106 Reputation points
commented 2024-10-09T01:57:08.1366667+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 76,001 Reputation points Microsoft Vendor
0 answers

Previewing Xamarin.Android ScrollView Content In Visual Studio 2022 Designer

I have a Xamarin.Android app that contains a ScrollView. Everything functions perfectly, but because there is obviously more content than fits on the screen (which is, of course, why I am using a ScrollView), it is not all visible in the Visual Studio…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,360 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,887 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,147 questions
asked 2024-10-08T20:31:29.3866667+00:00
Nathan Sokalski 4,106 Reputation points
edited a comment 2024-10-09T01:53:08.8033333+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 43,446 Reputation points Microsoft Vendor